Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
meetulr committed Nov 1, 2024
1 parent cc56edf commit 3742f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/OrganizationTags/OrganizationTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ function OrganizationTags(): JSX.Element {
required
value={tagName}
onChange={(e): void => {
setTagName(e.target.value);
setTagName(e.target.value.trim());
}}
/>
</Modal.Body>
Expand Down

0 comments on commit 3742f1d

Please sign in to comment.