mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
@@ -196,7 +196,7 @@ const TableSelector: FunctionComponent<TableSelectorProps> = ({
|
||||
? data.options.map(table => ({
|
||||
value: table.value,
|
||||
label: <TableOption table={table} />,
|
||||
text: table.label,
|
||||
text: table.value,
|
||||
}))
|
||||
: [],
|
||||
[data],
|
||||
|
||||
Reference in New Issue
Block a user