mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
remove billable_rate_update_time_entries flag and always update all time entries
This commit is contained in:
committed by
Constantin Graf
parent
1dc35f1f55
commit
7aab3d98fc
@@ -27,10 +27,8 @@ onMounted(async () => {
|
||||
});
|
||||
const showConfirmationModal = ref(false);
|
||||
|
||||
async function submit(billableRateUpdateTimeEntries: boolean) {
|
||||
async function submit() {
|
||||
saving.value = true;
|
||||
organizationBody.value.billable_rate_update_time_entries =
|
||||
billableRateUpdateTimeEntries;
|
||||
await updateOrganization(organizationBody.value);
|
||||
saving.value = false;
|
||||
showConfirmationModal.value = false;
|
||||
|
||||
Reference in New Issue
Block a user