Skip to content

Commit

Permalink
✨ [Backport release-0.2] StakeholderGroupForm: Stakeholders not manda…
Browse files Browse the repository at this point in the history
…tory (#939) (#944)

Resolves https://issues.redhat.com/browse/MTA-647

(cherry picked from commit 5e8f6c7)
  • Loading branch information
gildub authored May 26, 2023
1 parent 049fc58 commit 8ddfa3c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ export const StakeholderGroupForm: React.FC<StakeholderGroupFormProps> = ({
name="stakeholderNames"
label={t("terms.member(s)")}
fieldId="stakeholders"
isRequired
renderInput={({ field: { value, name, onChange } }) => (
<SimpleSelect
variant="typeaheadmulti"
Expand Down

0 comments on commit 8ddfa3c

Please sign in to comment.