Skip to content

Commit ab8640a

Browse files
yas-akoCopilot
andauthored
オブジェクトを参照するのではなくコピーするように変更
Co-authored-by: Copilot <[email protected]>
1 parent 4272b7a commit ab8640a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/ProjectNew.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const userWithDurations = computed<ProjectMemberType[]>(() =>
9292
users.map(user => ({
9393
...user,
9494
duration: {
95-
since: formValues.duration.since,
95+
since: { ...formValues.duration.since },
9696
until: undefined
9797
}
9898
}))

0 commit comments

Comments
 (0)