Bugfix: Images not appearing on search
This commit is contained in:
@ -75,7 +75,7 @@ export default class EntryListing extends React.Component {
|
||||
const collection = collections
|
||||
.filter(collection => collection.get('name') === entry.get('collection')).first();
|
||||
const inferedFields = this.inferFields(collection);
|
||||
return this.renderCard(collection, entry, inferedFields);
|
||||
return this.renderCard(collection, entry, inferedFields, publicFolder);
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user