Skip to content

Commit 1b38893

Browse files
emrberkgoodroot
andauthored
Update packages/web-console/src/scenes/Schema/VirtualTables/index.tsx
Co-authored-by: goodroot <9484709+goodroot@users.noreply.github.com>
1 parent 4e3d5a3 commit 1b38893

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
@@ -105,7 +105,7 @@ export const VirtualTables: FC<VirtualTablesProps> = ({
105105
return {
106106
groups: [
107107
{ name: 'Tables', count: regularTables.length, expanded: tablesExpanded },
108-
{ name: 'Materialized Views', count: matViewTables.length, expanded: matViewsExpanded }
108+
{ name: 'Materialized views', count: matViewTables.length, expanded: matViewsExpanded }
109109
],
110110
groupCounts: [
111111
tablesExpanded ? regularTables.length : 0,

0 commit comments

Comments
 (0)