query designer - undo

This commit is contained in:
Jan Prochazka
2020-12-30 18:33:17 +01:00
parent d71f27f8b3
commit 7a5187e283
6 changed files with 85 additions and 34 deletions

View File

@@ -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) {