From 79c438aa3a439bc215ac7221facd6bb967f7f2e3 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Fri, 23 May 2025 19:03:39 -0700 Subject: [PATCH] (FIX): Another stupid ass path, I hate this --- frontend/src/pages/Dashboard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Dashboard.jsx b/frontend/src/pages/Dashboard.jsx index 064c8d7..a7d11fe 100644 --- a/frontend/src/pages/Dashboard.jsx +++ b/frontend/src/pages/Dashboard.jsx @@ -13,8 +13,8 @@ import CreateDirectory from "../components/CreateDirectory.jsx"; export default function Dashboard() { // Store the default path // TODO: BACK TO NORMAL PATH - // const defaultPath = ["media", "vault"]; - const defaultPath = ["home", "azpect"]; + const defaultPath = ["media", "vault"]; + // const defaultPath = ["home", "azpect"]; /** * URL To the backend web server.