mirror of
https://github.com/directus/directus.git
synced 2026-01-24 11:37:57 -05:00
Add todo to fields store
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user