mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 09:42:15 +01:00
fix project member billable rate not shown correctly in modal, fixes ST-363
This commit is contained in:
committed by
Constantin Graf
parent
ceba49d054
commit
c09119af33
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user