From ed202d85940af8f2b5e9341ae84cac36c1ffaf03 Mon Sep 17 00:00:00 2001 From: pelusanchez Date: Tue, 19 Dec 2023 13:20:14 +0100 Subject: [PATCH] Fix --- src/models/datasets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/datasets.ts b/src/models/datasets.ts index 5b0ad10..ca912a0 100644 --- a/src/models/datasets.ts +++ b/src/models/datasets.ts @@ -63,7 +63,7 @@ export interface SectionBlock extends GenericBlock { export interface RelatedBlock extends GenericBlock { title: string open: boolean - rel: string; + rel: string } export type ImageThumb = {