fix: permission issues when adding new members

This commit is contained in:
Jannat Patel
2026-02-16 18:05:53 +05:30
parent 9f6f717585
commit eba1815390
12 changed files with 739 additions and 674 deletions

View File

@@ -16,7 +16,12 @@
<button
class="flex w-full items-center justify-between focus:outline-none"
:class="inputClasses"
@click="() => togglePopover()"
@click="
() => {
showOptions = !showOptions
togglePopover()
}
"
:disabled="attrs.readonly"
>
<div class="flex items-center w-[90%]">