Skip to content

Commit

Permalink
fix stories && specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp committed Oct 3, 2023
1 parent 88d9050 commit 3147fab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export const SelfHostedRegistration: Story = ({ offline }) => {
<RegisterOfflinePage
termsHref=''
policyHref=''
clientKey=''
onBackButtonClick={() => navigateTo('/register-server')}
onSubmit={handleRegisterOfflineSubmit}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ it('renders without crashing', () => {
<RegisterOfflineForm
termsHref=''
policyHref=''
clientKey=''
onBackButtonClick={() => undefined}
onSubmit={() => undefined}
/>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ it('renders without crashing', () => {
<RegisterOfflinePage
termsHref=''
policyHref=''
clientKey=''
onSubmit={() => undefined}
onBackButtonClick={() => undefined}
/>,
Expand Down

0 comments on commit 3147fab

Please sign in to comment.