Skip to content

Commit 304928e

Browse files
committedMar 20, 2025
tables expanded by default
1 parent 2d32555 commit 304928e

File tree

1 file changed

+1
-1
lines changed
  • packages/web-console/src/scenes/Schema/VirtualTables

1 file changed

+1
-1
lines changed
 

‎packages/web-console/src/scenes/Schema/VirtualTables/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const VirtualTables: FC<VirtualTablesProps> = ({
7171
state,
7272
loadingError
7373
}) => {
74-
const [tablesExpanded, setTablesExpanded] = useState(false)
74+
const [tablesExpanded, setTablesExpanded] = useState(true)
7575
const [matViewsExpanded, setMatViewsExpanded] = useState(false)
7676

7777
const { groups, groupCounts, allTables } = useMemo(() => {

0 commit comments

Comments
 (0)
Failed to load comments.