Skip to content

Commit

Permalink
Allow unsetting the logs field
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
domdomegg committed May 29, 2024
1 parent 7a31296 commit 4f0cce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
</FormField>
</>)}
Expand Down

0 comments on commit 4f0cce0

Please sign in to comment.