fix attachment

This commit is contained in:
hamid zarghami
2026-02-26 11:46:12 +03:30
parent 228ac52434
commit 39080f4b4e
+1 -1
View File
@@ -79,7 +79,7 @@ const Request: FC<Props> = ({ addNewItem }) => {
setIsEditMode(true)
} else {
if (values.attachments.length) {
values.attachments = [...values.attachments, ...attachments]
values.attachments = attachments
}
const items_edit = [...items]