mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix app body not being unloaded when leaving dashboard
This commit is contained in:
parent
d5e703287a
commit
f28542fbfb
1 changed files with 3 additions and 3 deletions
|
@ -52,10 +52,10 @@ const DashboardApp = () => (
|
||||||
<Route path={DASHBOARD_APP_PATHS.PluginConfig} element={
|
<Route path={DASHBOARD_APP_PATHS.PluginConfig} element={
|
||||||
<ServerContentPage view='/web/configurationpage' />
|
<ServerContentPage view='/web/configurationpage' />
|
||||||
} />
|
} />
|
||||||
|
|
||||||
{/* Suppress warnings for unhandled routes */}
|
|
||||||
<Route path='*' element={null} />
|
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
|
{/* Suppress warnings for unhandled routes */}
|
||||||
|
<Route path='*' element={null} />
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
{/* Redirects for old paths */}
|
{/* Redirects for old paths */}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue