Skip to content

Commit b376ffe

Browse files
committed
fix: Broken snapshots
1 parent 7e385e8 commit b376ffe

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/__snapshots__/SwitchToAdvancedEditorCard.test.jsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ exports[`SwitchToAdvancedEditorCard snapshot snapshot: SwitchToAdvancedEditorCar
2323
}
2424
footerAction={null}
2525
headerComponent={null}
26+
hideCancelButton={false}
2627
isFullscreenScroll={true}
2728
isOpen={false}
2829
size="md"

src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/__snapshots__/index.test.jsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ exports[`ImageSettingsModal render snapshot 1`] = `
3737
}
3838
footerAction={null}
3939
headerComponent={null}
40+
hideCancelButton={false}
4041
isFullscreenScroll={true}
4142
isOpen={false}
4243
size="lg"

src/editors/sharedComponents/SourceCodeModal/__snapshots__/index.test.jsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ exports[`SourceCodeModal renders as expected with default behavior 1`] = `
3030
}
3131
footerAction={null}
3232
headerComponent={null}
33+
hideCancelButton={false}
3334
isFullscreenScroll={true}
3435
isOpen={false}
3536
size="xl"

0 commit comments

Comments
 (0)