feat(dashboard): add toast feedback to dashboard actions (#18114)

This commit is contained in:
Kamil Gabryjelski
2022-01-24 11:42:12 +01:00
committed by GitHub
parent 9fa2812343
commit d9eef8ec2f
8 changed files with 11 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ const createProps = () => ({
onlyApply: false,
onHide: jest.fn(),
onSubmit: jest.fn(),
addSuccessToast: jest.fn(),
});
beforeEach(() => {