Fix story
This commit is contained in:
parent
2cb559b537
commit
92788a2d96
1 changed files with 1 additions and 3 deletions
|
@ -6,6 +6,4 @@ import ResetPasswordSuccessPage from "./ResetPasswordSuccessPage";
|
|||
|
||||
storiesOf("Views / Authentication / Reset password success", module)
|
||||
.addDecorator(Decorator)
|
||||
.add("default", () => (
|
||||
<ResetPasswordSuccessPage onSubmit={() => undefined} />
|
||||
));
|
||||
.add("default", () => <ResetPasswordSuccessPage onBack={() => undefined} />);
|
||||
|
|
Loading…
Reference in a new issue