Skip to content

Commit

Permalink
fix: dashboard layout elements 3 without change fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfbolat committed Apr 5, 2024
1 parent a2f4483 commit cb0cd83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions superset-frontend/src/pages/DvtDashboardEdit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -793,11 +793,11 @@ function DvtDashboardList() {
)}
{activeTab === 'layoutElements' && (
<>
<DvtDashboardEditLayoutNewElement type="tabs" />
{/* <DvtDashboardEditLayoutNewElement type="tabs" /> */}
<DvtDashboardEditLayoutNewElement type="row" />
<DvtDashboardEditLayoutNewElement type="column" />
{/* <DvtDashboardEditLayoutNewElement type="column" /> */}
<DvtDashboardEditLayoutNewElement type="header" />
<DvtDashboardEditLayoutNewElement type="text" />
{/* <DvtDashboardEditLayoutNewElement type="text" /> */}
<DvtDashboardEditLayoutNewElement type="divider" />
</>
)}
Expand Down

0 comments on commit cb0cd83

Please sign in to comment.