mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: save preferred values when adjusting from select menu
This commit is contained in:
@@ -1424,6 +1424,7 @@ function FilterSettings<T extends string>({
|
||||
value={preferred}
|
||||
onValueChange={(values) => {
|
||||
setPreferred(values as T[]);
|
||||
onPreferredChange(values as T[]);
|
||||
}}
|
||||
options={options.map((opt) => ({
|
||||
value: opt.value,
|
||||
|
||||
Reference in New Issue
Block a user