mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
Add copy to column list
This commit is contained in:
parent
c824e32f0a
commit
5a8627c39f
@ -31,6 +31,7 @@
|
|||||||
return [
|
return [
|
||||||
{ text: 'Rename column', onClick: handleRenameColumn },
|
{ text: 'Rename column', onClick: handleRenameColumn },
|
||||||
{ text: 'Drop column', onClick: handleDropColumn },
|
{ text: 'Drop column', onClick: handleDropColumn },
|
||||||
|
{ text: 'Copy name', onClick: () => navigator.clipboard.writeText(data.columnName)},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user