mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
chore: Moves messageToasts to the components folder (#14431)
* chore: Moves messageToasts to the components folder * Rebases
This commit is contained in:
committed by
GitHub
parent
b6d78bf4f2
commit
9b17e86b44
@@ -40,7 +40,7 @@ import {
|
||||
|
||||
import { setUnsavedChanges } from 'src/dashboard/actions/dashboardState';
|
||||
import * as dashboardFilters from 'src/dashboard/actions/dashboardFilters';
|
||||
import { ADD_TOAST } from 'src/messageToasts/actions';
|
||||
import { ADD_TOAST } from 'src/components/MessageToasts/actions';
|
||||
|
||||
import {
|
||||
DASHBOARD_GRID_TYPE,
|
||||
|
||||
Reference in New Issue
Block a user