diff --git a/app/routes/api/_static.py b/app/routes/api/_static.py index e2eba5ef..d1f40ca5 100644 --- a/app/routes/api/_static.py +++ b/app/routes/api/_static.py @@ -30,6 +30,7 @@ FRONTEND_ROUTES: list[str] = [ "/logs/", "/conditions/", "/browser/", + "/settings/", "/browser/{path:.*}", ] diff --git a/ui/app/components/NotifyDropdown.vue b/ui/app/components/NotifyDropdown.vue index 8ff79681..976f611f 100644 --- a/ui/app/components/NotifyDropdown.vue +++ b/ui/app/components/NotifyDropdown.vue @@ -43,14 +43,13 @@