mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
oops
This commit is contained in:
parent
2a4c6d3503
commit
4367f58081
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export const SavedQueries: FC<SavedQueriesProps> = ({
|
|||
>
|
||||
<ListItemText
|
||||
primary={name}
|
||||
secondary={`hi[${table}] ${description}`}
|
||||
secondary={`[${table}] ${description}`}
|
||||
/>
|
||||
<ListItemSecondaryAction>
|
||||
{!tableExists ? (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue