Skip to content

Commit

Permalink
Merge pull request #1484 from jay-hodgson/SWC-7207b
Browse files Browse the repository at this point in the history
revert change from SWC-7207
  • Loading branch information
jay-hodgson authored Jan 6, 2025
2 parents 13fc3ec + 8a1475b commit 99a8ac0
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
import { MOCK_REPO_ORIGIN } from '../../utils/functions/getEndpoint'
import { MOCK_USER_ID } from '../../mocks/user/mock_user_profile'
import { getResetTwoFactorAuthHandlers } from '../../mocks/msw/handlers/resetTwoFactorAuthHandlers'
import { BrowserRouter } from 'react-router-dom'
const meta: Meta<typeof ChangePassword> = {
title: 'Authentication/ChangePassword/WithCurrentPassword',
component: ChangePassword,
Expand All @@ -20,13 +19,11 @@ const meta: Meta<typeof ChangePassword> = {
Story => {
return (
<>
<BrowserRouter>
This story uses mock server responses. You may need to refresh the
page to reset the mock server responses.
<Paper sx={{ my: 4, p: 4, mx: 'auto', width: '600px' }}>
<Story />
</Paper>
</BrowserRouter>
This story uses mock server responses. You may need to refresh the
page to reset the mock server responses.
<Paper sx={{ my: 4, p: 4, mx: 'auto', width: '600px' }}>
<Story />
</Paper>
</>
)
},
Expand Down

0 comments on commit 99a8ac0

Please sign in to comment.