add originalyear to smart playlist filters (#1746)

This commit is contained in:
jeffvli
2026-02-24 00:34:07 -08:00
parent ec12e89653
commit ceef7964af
3 changed files with 34 additions and 33 deletions
@@ -139,7 +139,7 @@ const QueryValueInput = ({
case 'dateRange':
if (operator === 'inTheRangeDate') {
return (
<Group gap="sm" wrap="nowrap">
<Group gap="sm" grow wrap="nowrap">
<DateInput
clearable
defaultLevel="year"