From fa036f58079174596bc7770d0bdd5b123f714a44 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 11 Jan 2024 00:41:53 +0200 Subject: [PATCH] Sorting movie list by tags --- frontend/src/Store/Actions/movieIndexActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Store/Actions/movieIndexActions.js b/frontend/src/Store/Actions/movieIndexActions.js index b4b1c5b0ad..88359be691 100644 --- a/frontend/src/Store/Actions/movieIndexActions.js +++ b/frontend/src/Store/Actions/movieIndexActions.js @@ -209,7 +209,7 @@ export const defaultState = { { name: 'tags', label: () => translate('Tags'), - isSortable: false, + isSortable: true, isVisible: false }, {