Skip to content

Commit

Permalink
feat(condo): DOMA-8526 made a assignee field is optional in a ticket …
Browse files Browse the repository at this point in the history
…form (#4465)

* feat(condo): DOMA-8526 made a assignee field is optional in a ticket form

* feat(condo): DOMA-8526 updated a callcenter submodule
  • Loading branch information
Alllex202 authored Mar 11, 2024
1 parent 3d04554 commit 12241e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/callcenter
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ export function useTicketValidations (): IFormFieldsRuleMap {
},
],
executor: [],
assignee: [
{
required: true,
message: intl.formatMessage({ id: 'field.Assignee.requiredError' }),
},
],
assignee: [],
}
}

0 comments on commit 12241e4

Please sign in to comment.