fix project member billable rate not shown correctly in modal, fixes ST-363

This commit is contained in:
Gregor Vostrak
2024-09-05 17:10:17 +02:00
committed by Constantin Graf
parent ceba49d054
commit c09119af33

View File

@@ -77,6 +77,7 @@ useFocus(projectNameInput, { initialValue: true });
<ProjectMemberBillableRateModal
:member-name="props.name"
v-model:show="showBillableRateModal"
:new-billable-rate="projectMemberBody.billable_rate"
@close="showBillableRateModal = false"
@submit="submitBillableRate"></ProjectMemberBillableRateModal>
<div class="grid grid-cols-3 items-center space-x-4">