From 91be937bd1a97518969a9e6ae6f709c8c3baf77c Mon Sep 17 00:00:00 2001 From: Gykes Date: Mon, 2 Jun 2025 14:45:14 -0700 Subject: [PATCH] Make Genre Sortable --- frontend/src/Store/Actions/artistIndexActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Store/Actions/artistIndexActions.js b/frontend/src/Store/Actions/artistIndexActions.js index 055e92662..736502460 100644 --- a/frontend/src/Store/Actions/artistIndexActions.js +++ b/frontend/src/Store/Actions/artistIndexActions.js @@ -151,7 +151,7 @@ export const defaultState = { { name: 'genres', label: () => translate('Genres'), - isSortable: false, + isSortable: true, isVisible: false }, {