Skip to content

Commit

Permalink
Adjust type
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Aug 12, 2024
1 parent 63eeb53 commit 1a2be66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/setCKEditorReactContextMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type CKEditorConfigContextMetadata = {
* The name of the editor in the React context. It'll be later used in the `useInitializedCKEditorsMap` hook
* to track the editor initialization and destruction events.
*/
name: string;
name?: string;

/**
* Any additional metadata that can be stored in the context.
Expand Down

0 comments on commit 1a2be66

Please sign in to comment.