This commit is contained in:
Natsumi
2025-08-23 07:42:13 +12:00
parent c7dcd0a3b0
commit af6848e409
3 changed files with 24 additions and 3 deletions

View File

@@ -105,9 +105,7 @@
watch(
() => hideUnfriends.value,
(newValue) => {
if (newValue) {
friendLogTable.value.filters[2].value = newValue;
}
friendLogTable.value.filters[2].value = newValue;
},
{ immediate: true }
);