Skip to content

Commit

Permalink
fix: fixed fails dvt75
Browse files Browse the repository at this point in the history
  • Loading branch information
uBaranT committed Jan 9, 2024
1 parent 06f33d3 commit 4993184
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions superset-frontend/src/components/DvtSidebar/dvtSidebarData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,14 +399,12 @@ const DvtSidebarData: SidebarDataProps[] = [
{ label: 'postgresql PostgreSQL', value: 'postgresql_postgresql' },
],
placeholder: 'DATABASE',
name:'database',
name: 'database',
},
{
values: [
{ label: 'Schema', value: 'schema' },
],
values: [{ label: 'Schema', value: 'schema' }],
placeholder: 'SCHEMA',
name:'schema',
name: 'schema',
},
],
},
Expand Down

0 comments on commit 4993184

Please sign in to comment.