mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-25 14:59:21 +01:00
feat: refresh search on include archived change (#208)
This commit is contained in:
@@ -158,6 +158,12 @@
|
||||
return data;
|
||||
});
|
||||
|
||||
watch(includeArchived, (newV, oldV) => {
|
||||
if (newV !== oldV) {
|
||||
search();
|
||||
}
|
||||
});
|
||||
|
||||
watch(fieldSelector, (newV, oldV) => {
|
||||
if (newV === false && oldV === true) {
|
||||
fieldTuples.value = [];
|
||||
|
||||
Reference in New Issue
Block a user