Add todo to fields store

This commit is contained in:
rijkvanzanten
2020-08-13 17:34:09 -04:00
parent 7db9d9ac16
commit 50c42d630f

View File

@@ -37,6 +37,11 @@ const fakeFilesField: Field = {
};
function getMetaDefault(collection: string, field: string): Field['meta'] {
/**
* @TODO
*
* Get rid of this. Have it work without any meta
*/
return {
id: -1,
collection,