chore: Fix sidebar activeOn issue
This commit is contained in:
@@ -166,6 +166,8 @@ watch(activeSegment, () => {
|
||||
onMounted(async () => {
|
||||
if (!activeSegmentId.value) {
|
||||
await fetchContacts();
|
||||
} else if (activeSegment.value && activeSegmentId.value) {
|
||||
fetchSavedFilteredContact(activeSegment.value.query);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user