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