Skip to content

Commit 30b274a

Browse files
adjustment
1 parent ee773b6 commit 30b274a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/test-viewer/src/UiProvidersConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const configuredUiItems = new Map<string, UiItem>([
174174
filter={props.filter}
175175
selectionStorage={unifiedSelectionStorage}
176176
hierarchyConfig={{ rootClassificationSystemCode: "50k classifications" }}
177-
getMenuActions={(node) => [<RenameAction />]}
177+
getMenuActions={() => [<RenameAction />]}
178178
getEditingProps={(node) => {
179179
return {
180180
onLabelChanged: (newLabel: string) => {

0 commit comments

Comments
 (0)