fix: permissions action

This commit is contained in:
Torsten Dittmann
2022-10-14 20:14:50 +02:00
parent cee7c466b4
commit d8742ff154
@@ -15,6 +15,10 @@
export let groups: Writable<Map<string, Permission>>;
const dispatch = createEventDispatcher();
$: if (showUser || showTeam || showCustom) {
showDropdown = false;
}
</script>
<DropList