Skip to content

Commit

Permalink
fix(data-warehouse): view reload bug on save (#25375)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
EDsCODE and github-actions[bot] authored Oct 4, 2024
1 parent 5d036bb commit ab0865a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const dataWarehouseViewsLogic = kea<dataWarehouseViewsLogicType>([
const newView = await api.dataWarehouseSavedQueries.create(view)

lemonToast.success(`${newView.name ?? 'View'} successfully created`)
router.actions.push(urls.dataWarehouseView(newView.id))

return [...values.dataWarehouseSavedQueries, newView]
},
Expand Down

0 comments on commit ab0865a

Please sign in to comment.