Entry Draft Refactor (#178)
This commit is contained in:
@ -108,10 +108,6 @@ class Backend {
|
||||
);
|
||||
}
|
||||
|
||||
newEntry(collection) {
|
||||
return createEntry(collection.get('name'));
|
||||
}
|
||||
|
||||
entryWithFormat(collectionOrEntity) {
|
||||
return (entry) => {
|
||||
const format = resolveFormat(collectionOrEntity, entry);
|
||||
|
Reference in New Issue
Block a user