Skip to content

Commit

Permalink
fix: allow choose another dashboard template after pressing back
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaevg committed Mar 31, 2024
1 parent 92e17ce commit c62cb1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/dashboard/newDashboardLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const newDashboardLogic = kea<newDashboardLogicType>([
hideNewDashboardModal: () => false,
submitNewDashboardSuccess: () => false,
submitNewDashboardFailure: () => false,
clearActiveDashboardTemplate: () => false,
},
],
newDashboardModalVisible: [
Expand Down

0 comments on commit c62cb1a

Please sign in to comment.