Fix empty match field cannot be saved

This commit is contained in:
shamoon 2024-01-07 09:23:38 -08:00
parent 2b39697ffb
commit 6441dc0de3

View File

@ -258,7 +258,7 @@ export class WorkflowEditDialogComponent
filter_has_correspondent: null, filter_has_correspondent: null,
filter_has_document_type: null, filter_has_document_type: null,
matching_algorithm: MATCH_NONE, matching_algorithm: MATCH_NONE,
match: null, match: '',
is_insensitive: true, is_insensitive: true,
} }
this.object.triggers.push(trigger) this.object.triggers.push(trigger)