mirror of
https://github.com/node-red/node-red
synced 2024-11-21 23:48:30 +00:00
Remove duplicate key
This commit is contained in:
parent
8c53d95610
commit
9745904c5b
@ -479,7 +479,6 @@ RED.workspaces = (function() {
|
||||
},
|
||||
minimumActiveTabWidth: 150,
|
||||
scrollable: true,
|
||||
addButton: "core:add-flow",
|
||||
addButton: RED.settings.theme("menu.menu-item-workspace-add", true) ? "core:add-flow" : undefined,
|
||||
addButtonCaption: RED._("workspace.addFlow"),
|
||||
menu: function() { return getMenuItems(true) },
|
||||
|
Loading…
Reference in New Issue
Block a user