fix album list filters

This commit is contained in:
jeffvli
2025-11-30 15:32:18 -08:00
parent d75d1687a4
commit 6d87da2474
14 changed files with 441 additions and 174 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ export const Select = ({
section: styles.section,
...classNames,
}}
clearable={false}
clearable={clearable}
spellCheck={false}
style={{ maxWidth, width }}
variant={variant}
withCheckIcon={false}