Skip to content

Commit

Permalink
Merge branch 'develop' into fix/navigate-to-model-confirmation-after-…
Browse files Browse the repository at this point in the history
…creation
  • Loading branch information
jeafreezy authored Feb 27, 2025
2 parents 48200fa + 51459df commit 655ccfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/app/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ const router = createBrowserRouter([
/**
* Auth route ends.
*/

/**
* 404 route
*/
Expand Down
1 change: 0 additions & 1 deletion frontend/src/app/routes/start-mapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ export const StartMappingPage = () => {
return (
<>
<Head title={START_MAPPING_PAGE_CONTENT.pageTitle(modelInfo?.name)} />

<div className="h-screen flex flex-col fullscreen">
{/* Mobile dialog */}
<StartMappingMobileDrawer
Expand Down

0 comments on commit 655ccfc

Please sign in to comment.