Skip to content

Commit 8a80d28

Browse files
authored
fix: changeFieldControl settings are optional (#1468)
1 parent 652913f commit 8a80d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export interface ContentType {
306306
fieldId: string,
307307
widgetNamespace: 'builtin',
308308
widgetId: BuiltinEditor,
309-
settings: IEditorInterfaceOptions
309+
settings?: IEditorInterfaceOptions
310310
): void
311311
changeFieldControl(
312312
fieldId: string,

0 commit comments

Comments
 (0)