Skip to content

Commit

Permalink
add toast
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Dec 4, 2024
1 parent 6c8f6a0 commit 22ae31d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ export const multitabEditorLogic = kea<multitabEditorLogicType>([
saved: true,
})

lemonToast.info(`You're now viewing ${insight.name || insight.derived_name || name}`)

router.actions.push(urls.insightView(insight.short_id))
},
deleteDataWarehouseSavedQuerySuccess: ({ payload: viewId }) => {
Expand Down

0 comments on commit 22ae31d

Please sign in to comment.