mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 20:53:57 +00:00
typo
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
id: 'dataGrid.cloneRows',
|
id: 'dataGrid.cloneRows',
|
||||||
category: 'Data grid',
|
category: 'Data grid',
|
||||||
name: 'Clone rows',
|
name: 'Clone rows',
|
||||||
toolbarName: 'Clone',
|
toolbarName: 'Clone row(s)',
|
||||||
keyText: 'CtrlOrCommand+Shift+C',
|
keyText: 'CtrlOrCommand+Shift+C',
|
||||||
testEnabled: () => getCurrentDataGrid()?.getGrider()?.editable,
|
testEnabled: () => getCurrentDataGrid()?.getGrider()?.editable,
|
||||||
onClick: () => getCurrentDataGrid().cloneRows(),
|
onClick: () => getCurrentDataGrid().cloneRows(),
|
||||||
|
|||||||
Reference in New Issue
Block a user