Skip to content

Commit d97e896

Browse files
committed
allowing user to clone rows for standard classes
1 parent 326b0e8 commit d97e896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/BrowserToolbar.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ let BrowserToolbar = ({
122122
/>
123123
<Separator />
124124
<MenuItem
125-
disabled={!selectionLength || classNameForEditors.startsWith('_')}
125+
disabled={!selectionLength}
126126
text={`Clone ${selectionLength <= 1 ? 'this row' : 'these rows'}`}
127127
onClick={onCloneSelectedRows}
128128
/>

0 commit comments

Comments
 (0)