Fixed: Use Inactive instead of Ended for artists in UI

Fixes #2243
This commit is contained in:
Qstick 2023-01-15 01:19:53 -06:00
commit 2038e8e85d
9 changed files with 9 additions and 8 deletions

View file

@ -3,7 +3,7 @@ import FilterBuilderRowValue from './FilterBuilderRowValue';
const protocols = [
{ id: 'continuing', name: 'Continuing' },
{ id: 'ended', name: 'Ended' }
{ id: 'ended', name: 'Inactive' }
];
function ArtistStatusFilterBuilderRowValue(props) {