mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
feat(dashboard): add toast feedback to dashboard actions (#18114)
This commit is contained in:
committed by
GitHub
parent
9fa2812343
commit
d9eef8ec2f
@@ -132,6 +132,7 @@ const createProps = () => ({
|
||||
onlyApply: false,
|
||||
onHide: jest.fn(),
|
||||
onSubmit: jest.fn(),
|
||||
addSuccessToast: jest.fn(),
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user