Open Settings in a dialog on the web build (#581)

This commit is contained in:
Gregory Schier
2026-08-17 19:07:25 -07:00
committed by GitHub
parent 569f552d79
commit 4b2dcf9a1a
3 changed files with 32 additions and 27 deletions
@@ -14,5 +14,6 @@ export const Route = createFileRoute("/workspaces/$workspaceId/settings")({
});
function RouteComponent() {
return <Settings />;
const { tab } = Route.useSearch();
return <Settings tab={tab} />;
}