mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 01:26:01 +00:00
create table - changed workflow
This commit is contained in:
@@ -15,7 +15,7 @@ function findFreeNumber(numbers: number[]) {
|
||||
// return res;
|
||||
}
|
||||
|
||||
export default async function openNewTab(newTab, initialData = undefined, options = undefined) {
|
||||
export default async function openNewTab(newTab, initialData: any = undefined, options: any = undefined) {
|
||||
const oldTabs = getOpenedTabs();
|
||||
const activeTab = getActiveTab();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user