Skip to content

Commit 381fd16

Browse files
fix: ts errors
1 parent 6f591ea commit 381fd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/field-plugin/src/createFieldPlugin/createPluginActions/createPluginActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export type CreatePluginActions = <Content>(options: {
2828
postToContainer: (message: unknown) => void
2929
onUpdateState: (state: FieldPluginData<Content>) => void
3030
validateContent: ValidateContent<Content>
31-
enablePortalModal: boolean | undefined
31+
enablePortalModal?: boolean
3232
}) => {
3333
// These functions are to be called by the field plugin when the user performs actions in the UI
3434
actions: FieldPluginActions<Content>

0 commit comments

Comments
 (0)