From b7ef194a5f00b9dbf8de692e809db776be32dead Mon Sep 17 00:00:00 2001 From: RafaPolit Date: Mon, 23 Sep 2024 16:44:06 -0500 Subject: [PATCH] Fixed types --- app/api/utils/fixturesFactory.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/api/utils/fixturesFactory.ts b/app/api/utils/fixturesFactory.ts index f12782d33a..e269c04ecc 100644 --- a/app/api/utils/fixturesFactory.ts +++ b/app/api/utils/fixturesFactory.ts @@ -340,6 +340,7 @@ function getFixturesFactory() { suggestedValue: '', date: 1001, state: { + labeled: false, withValue: true, withSuggestion: false, hasContext: false, @@ -375,6 +376,7 @@ function getFixturesFactory() { suggestedValue: '', date: 1, state: { + labeled: false, withValue: true, withSuggestion: false, hasContext: false,