We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f873c commit c54ac4dCopy full SHA for c54ac4d
src/app/App.tsx
@@ -289,7 +289,8 @@ export const AppFC: FC<AppFCProps> = function AppFC(appProps) {
289
<Divider orientation="vertical" variant="middle" flexItem /> */}
290
<ModelSelectionButton />
291
<Divider orientation="vertical" variant="middle" flexItem />
292
-
+ <TableCopyDialogV2 buttonElement={"ADD TABLE"} disabled={false} />
293
+ <Divider orientation="vertical" variant="middle" flexItem />
294
<ExportStateButton />
295
<ImportStateButton />
296
0 commit comments