diff --git a/app/src/stores/fields.ts b/app/src/stores/fields.ts index 1348ca8598..45df8ed9bd 100644 --- a/app/src/stores/fields.ts +++ b/app/src/stores/fields.ts @@ -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,