1
0
Fork 0
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:
Bill Thornton 2023-09-24 02:42:29 -04:00
parent d5e703287a
commit f28542fbfb

View file

@ -52,10 +52,10 @@ const DashboardApp = () => (
<Route path={DASHBOARD_APP_PATHS.PluginConfig} element={
<ServerContentPage view='/web/configurationpage' />
} />
{/* Suppress warnings for unhandled routes */}
<Route path='*' element={null} />
</Route>
{/* Suppress warnings for unhandled routes */}
<Route path='*' element={null} />
</Route>
{/* Redirects for old paths */}