mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
remove owner from invite member select, fix modal not closing bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user