Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
Signed-off-by: gitdallas <[email protected]>
  • Loading branch information
gitdallas committed Sep 27, 2023
1 parent ba418c1 commit d2cb75b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ export const ApplicationForm: React.FC<ApplicationFormProps> = ({
label={t("terms.tags")}
fieldId="tags"
renderInput={({ field: { value, name, onChange } }) => {
console.log(value);
const selections = value.reduce<string[]>(
(acc, curr) =>
curr.source === "" && tagOptions.has(curr.name)
Expand Down

0 comments on commit d2cb75b

Please sign in to comment.