Skip to content

Commit 7b6bc5c

Browse files
committed
test(editor): Fix defaults for executions filter
1 parent 8aa5704 commit 7b6bc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/editor-ui/src/components/executions/ExecutionsFilter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const defaultFilterState: ExecutionFilterType = {
1717
annotationTags: [],
1818
startDate: '',
1919
endDate: '',
20-
metadata: [{ key: '', value: '' }],
20+
metadata: [{ key: '', value: '', exactMatch: false }],
2121
vote: 'all',
2222
};
2323

0 commit comments

Comments
 (0)