fix: Address regression introduced in #21284 (#21470)

Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
John Bodley
2022-09-16 14:18:03 -07:00
committed by GitHub
parent b739e27f6d
commit 8c16806f57
4 changed files with 9 additions and 41 deletions

View File

@@ -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],