Skip to content

Commit

Permalink
fix: import page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 24, 2025
1 parent a7b597f commit 83eca29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/src/ImportExport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const ImportExportPage = observer(function ImportExport() {
}

return (
<>
<div>
<ResetWizardModal ref={resetRef} />
<ExportWizardModal ref={exportRef} />

Expand Down Expand Up @@ -157,6 +157,6 @@ export const ImportExportPage = observer(function ImportExport() {
</CButton>
</div>
</CCallout>
</>
</div>
)
})

0 comments on commit 83eca29

Please sign in to comment.