remove owner from invite member select, fix modal not closing bug

This commit is contained in:
Gregor Vostrak
2024-07-03 12:53:52 +02:00
parent 8f0be6efce
commit a8d82d0d2c
3 changed files with 19 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ async function submit(billableRateUpdateTimeEntries: boolean) {
billableRateUpdateTimeEntries;
await updateMember(props.member.id, memberBody.value);
show.value = false;
showBillableRateModal.value = true;
showBillableRateModal.value = false;
}
const showBillableRateModal = ref(false);