Skip to content

Commit

Permalink
revert stylescomponentfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Aug 16, 2023
1 parent 2140201 commit 03ba330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const contextMenuItem = (label: string, i: number): React.ReactElement => {

const createContextMenuItems = (...labels: string[]): React.ReactElement[] => labels.map(contextMenuItem);

const defaultMenu = createContextMenuItems('First', 'Second', 'Third', '-', 'Sub Menu-> Child1, Child2, Child3, -, Child4');
const defaultMenu = createContextMenuItems('First', 'Second', 'Third', '-', 'Fourth');

const stylesComponentFactory: ComponentFactory = (
kind: ModelKind,
Expand Down

0 comments on commit 03ba330

Please sign in to comment.