@@ -78,8 +78,7 @@ export function JobsDocumentsLocalGallery({
|
|||||||
src: val.thumbnail,
|
src: val.thumbnail,
|
||||||
height: val.thumbnailHeight,
|
height: val.thumbnailHeight,
|
||||||
width: val.thumbnailWidth,
|
width: val.thumbnailWidth,
|
||||||
tags: [
|
tags: [{ value: val.filename, title: val.filename }]
|
||||||
{ value: val.filename, title: val.filename }]
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return acc;
|
return acc;
|
||||||
|
|||||||
Reference in New Issue
Block a user