mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49: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
@@ -22,7 +22,7 @@ import { t } from '@superset-ui/core';
|
||||
|
||||
import Select from 'src/components/AsyncSelect';
|
||||
import ControlHeader from 'src/explore/components/ControlHeader';
|
||||
import withToasts from 'src/messageToasts/enhancers/withToasts';
|
||||
import withToasts from 'src/components/MessageToasts/withToasts';
|
||||
|
||||
const propTypes = {
|
||||
dataEndpoint: PropTypes.string.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user