Skip to content

Commit

Permalink
fix undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Bushmanov committed Mar 5, 2025
1 parent 088eec6 commit 4121e8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const customToolbarItems = [
];

[
{ toolbar: undefined, description: 'default toolbar' },
{ description: 'default toolbar' },
{ toolbar: { items: customToolbarItems }, description: 'custom toolbar' },
{ toolbar: { visible: false }, description: 'hided toolbar' },
{ toolbar: { disabled: true, items: customToolbarItems }, description: 'disabled toolbar' },
Expand Down

0 comments on commit 4121e8b

Please sign in to comment.