mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: permissions action
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
export let groups: Writable<Map<string, Permission>>;
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
$: if (showUser || showTeam || showCustom) {
|
||||
showDropdown = false;
|
||||
}
|
||||
</script>
|
||||
|
||||
<DropList
|
||||
|
||||
Reference in New Issue
Block a user