mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
query designer - undo
This commit is contained in:
@@ -109,7 +109,6 @@ export default function ToolBar({ toolbarPortalRef }) {
|
||||
} else if (openTabdata) {
|
||||
try {
|
||||
const json = JSON.parse(decodeURIComponent(openTabdata));
|
||||
console.log('TABDATA', json);
|
||||
openFavorite(json);
|
||||
window.history.replaceState(null, null, ' ');
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user