mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
fix s3 adapter
This commit is contained in:
@@ -46,7 +46,7 @@ export default function JsonSchemaForm3() {
|
||||
return (
|
||||
<Scrollable>
|
||||
<div className="flex flex-col p-3">
|
||||
<Form
|
||||
{/*<Form
|
||||
onChange={(data) => console.log("change", data)}
|
||||
onSubmit={(data) => console.log("submit", data)}
|
||||
schema={{
|
||||
@@ -68,7 +68,7 @@ export default function JsonSchemaForm3() {
|
||||
className="flex flex-col gap-3"
|
||||
validateOn="change"
|
||||
options={{ debug: true }}
|
||||
/>
|
||||
/>*/}
|
||||
|
||||
{/*<Form
|
||||
schema={{
|
||||
@@ -249,12 +249,13 @@ export default function JsonSchemaForm3() {
|
||||
</Form>*/}
|
||||
|
||||
{/*<CustomMediaForm />*/}
|
||||
{/*<Form
|
||||
<Form
|
||||
schema={schema.media}
|
||||
initialValues={config.media as any}
|
||||
onSubmit={console.log}
|
||||
validateOn="change"
|
||||
/>*/}
|
||||
options={{ debug: true }}
|
||||
/*validateOn="change"*/
|
||||
/>
|
||||
|
||||
{/*<Form
|
||||
schema={removeKeyRecursively(schema.media, "pattern") as any}
|
||||
|
||||
Reference in New Issue
Block a user