aws url
This commit is contained in:
parent
83602ecb79
commit
a1cbaf86fe
|
@ -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,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue