mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
dashboard resets page title
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
||||
useFilterResources,
|
||||
useNoResources,
|
||||
useRead,
|
||||
useSetTitle,
|
||||
useUser,
|
||||
} from "@lib/hooks";
|
||||
import { cn, usableResourcePath } from "@lib/utils";
|
||||
@@ -33,6 +34,7 @@ import { Input } from "@ui/input";
|
||||
|
||||
export default function Dashboard() {
|
||||
const { preferences } = useDashboardPreferences();
|
||||
useSetTitle(undefined);
|
||||
return (
|
||||
<>
|
||||
<ActiveResources />
|
||||
|
||||
Reference in New Issue
Block a user