From 50c42d630fcdd5024de521d37d0bfea7900a7beb Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Thu, 13 Aug 2020 17:34:09 -0400 Subject: [PATCH] Add todo to fields store --- app/src/stores/fields.ts | 5 +++++ 1 file changed, 5 insertions(+) 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,