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 b524103 commit 8ecf961Copy full SHA for 8ecf961
1 file changed
src/firefly/js/ui/tap/TapViewType.jsx
@@ -501,6 +501,7 @@ function TableChooser({tOps=[],tableTableModel, tableName,setTableName,schemaNam
501
options:dropOps, value:tableName, placeholder:'Loading...',
502
startDecorator:!tOps.length ? <Button loading={true}/> : undefined,
503
onChange:(ev, selectedTapTable) => {
504
+ if (!ev) return;
505
setTableName(selectedTapTable);
506
setVal('tableName',selectedTapTable);
507
},
0 commit comments