diff --git a/components/shared/List.vue b/components/shared/List.vue index 1121c16..f9aab24 100644 --- a/components/shared/List.vue +++ b/components/shared/List.vue @@ -1,6 +1,6 @@ diff --git a/types/collection/lookup.ts b/types/collection/lookup.ts index c192970..aab9c9b 100644 --- a/types/collection/lookup.ts +++ b/types/collection/lookup.ts @@ -2,7 +2,8 @@ export default interface Lookup { id: number; documentId: string; collection: string; - imageItem: boolean; + image_item: boolean; + date_list: boolean; reference: string; createdAt: string; updatedAt: string;