refine Semi UI vehicle workspace
This commit is contained in:
@@ -181,7 +181,7 @@ export function AppShell() {
|
||||
</Dropdown>
|
||||
</div>
|
||||
</Header>
|
||||
<Content className={`v2-content${section === 'tracks' ? ' is-track-workspace' : ''}`}><Outlet /></Content>
|
||||
<Content key={location.pathname} className={`v2-content${section === 'tracks' ? ' is-track-workspace' : ''}`}><Outlet /></Content>
|
||||
</Layout>
|
||||
<ContextHelp section={section} visible={helpOpen} onClose={() => setHelpOpen(false)} />
|
||||
{passwordOpen ? <PasswordDialog onClose={() => setPasswordOpen(false)} onChanged={logout} /> : null}
|
||||
|
||||
Reference in New Issue
Block a user