Skip to content

Commit dcd4e68

Browse files
committed
UX: Disable "public" filter under Search > Private
Signed-off-by: Michael Mayer <[email protected]>
1 parent 240ee9f commit dcd4e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export default [
277277
path: "/private",
278278
component: Photos,
279279
meta: { title: $gettext("Private"), requiresAuth: true },
280-
props: { staticFilter: { private: "true" } },
280+
props: { staticFilter: { private: "true", public: "" } },
281281
beforeEnter: (to, from, next) => {
282282
if ($session.loginRequired()) {
283283
next({ name: loginRoute });

0 commit comments

Comments
 (0)