mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 17:16:01 +00:00
fix schema updates with falsy values
This commit is contained in:
@@ -76,7 +76,7 @@ function AuthStrategiesListInternal() {
|
||||
|
||||
return (
|
||||
<Form
|
||||
schema={schema.toJSON()}
|
||||
schema={schema as any}
|
||||
initialValues={config}
|
||||
onSubmit={handleSubmit}
|
||||
options={formOptions}
|
||||
|
||||
Reference in New Issue
Block a user