Skip to content

Commit

Permalink
build(migration): add option to skip migration for admin
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Dec 1, 2024
1 parent af81853 commit 4580c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/migration/admin_user/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,12 @@ const AdminUser = () => {
variant="contained"
onClick={handleOpenApp}
endIcon={<OpenInNew />}
sx={{ width: 'fit-content' }}
>
Open Organized
</Button>

<Typography>Otherwise, please do the steps below:</Typography>
</Stack>

<Divider />
Expand Down

0 comments on commit 4580c42

Please sign in to comment.