mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 12:26:01 +00:00
table data grid
This commit is contained in:
@@ -2,7 +2,7 @@ import uuidv1 from 'uuid/v1';
|
||||
import { openedTabs } from '../stores';
|
||||
|
||||
export default async function openNewTab(newTab, initialData = undefined, options = undefined) {
|
||||
console.log('OPENING NEW TAB', newTab);
|
||||
// console.log('OPENING NEW TAB', newTab);
|
||||
const tabid = uuidv1();
|
||||
openedTabs.update(tabs => [
|
||||
...(tabs || []).map(x => ({ ...x, selected: false })),
|
||||
|
||||
Reference in New Issue
Block a user