We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f591ea commit 381fd16Copy full SHA for 381fd16
packages/field-plugin/src/createFieldPlugin/createPluginActions/createPluginActions.ts
@@ -28,7 +28,7 @@ export type CreatePluginActions = <Content>(options: {
28
postToContainer: (message: unknown) => void
29
onUpdateState: (state: FieldPluginData<Content>) => void
30
validateContent: ValidateContent<Content>
31
- enablePortalModal: boolean | undefined
+ enablePortalModal?: boolean
32
}) => {
33
// These functions are to be called by the field plugin when the user performs actions in the UI
34
actions: FieldPluginActions<Content>
0 commit comments