Fix: empty match field cannot be saved (#5301)

This commit is contained in:
shamoon 2024-01-07 14:10:26 -08:00 committed by GitHub
parent 2b39697ffb
commit d46abeff01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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