This commit is contained in:
Kseninia Mikhaylova 2024-08-09 09:59:02 +03:00
parent 83602ecb79
commit a1cbaf86fe
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ const loadData = async () => {
comment: item.field.comment, comment: item.field.comment,
id: item.id, id: item.id,
text: item.text, text: item.text,
file_id: item.file_id file_id: item.file_id,
image_aws_url: item.image_aws_url,
} }
}) })
} }