Skip to content

Commit 6214917

Browse files
committed
Ensure we update the store with the table name
1 parent 774678f commit 6214917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/firefly/js/ui/tap/TableSelectViewPanel.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ export function BasicUI(props) {
266266
value={tableName}
267267
onSelect={(selectedTapTable) => {
268268
setTableName(selectedTapTable);
269+
dispatchValueChange({groupKey: gkey, fieldKey: 'tableName', value: selectedTapTable});
269270
}}
270271
/>
271272
</div>

0 commit comments

Comments
 (0)