This commit is contained in:
Timothy Jaeryang Baek 2025-12-02 11:31:23 -05:00
parent 01868e856a
commit 34169b3581

View file

@ -37,6 +37,16 @@
toast.error($i18n.t('Failed to add members'));
}
};
const reset = () => {
userIds = [];
groupIds = [];
loading = false;
};
$: if (!show) {
reset();
}
</script>
{#if channel}