From 4f0cce017c382744c41408ff0babdd031ddb9f6a Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Wed, 29 May 2024 01:18:48 +0100 Subject: [PATCH] Allow unsetting the logs field Fixes #3 --- frontend/MainPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/MainPage.tsx b/frontend/MainPage.tsx index 4ddc2d0..78f10f5 100644 --- a/frontend/MainPage.tsx +++ b/frontend/MainPage.tsx @@ -120,6 +120,7 @@ export const MainPage = () => { allowedTypes={[FieldType.SINGLE_LINE_TEXT, FieldType.MULTILINE_TEXT, FieldType.RICH_TEXT]} globalConfigKey={["presets", preset.name, "evaluationLogsField"]} table={evaluationTable} + shouldAllowPickingNone={true} /> )}