mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 09:05:59 +00:00
new collection modal refactor
This commit is contained in:
@@ -525,8 +525,8 @@
|
||||
copyTextToClipboard(data.pureName);
|
||||
} else if (menu.isRenameCollection) {
|
||||
showModal(InputTextModal, {
|
||||
label: 'New collection/container name',
|
||||
header: 'Rename collection/container',
|
||||
label: `New collection/container name`,
|
||||
header: `Rename collection/container`,
|
||||
value: data.pureName,
|
||||
onConfirm: async newName => {
|
||||
const dbid = _.pick(data, ['conid', 'database']);
|
||||
|
||||
Reference in New Issue
Block a user