Skip to content

Commit

Permalink
fix: rename "tag enum id" to "tag value"
Browse files Browse the repository at this point in the history
  • Loading branch information
dec0dOS committed Dec 14, 2021
1 parent 2f27c11 commit 27aa2c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function Tag({ member, tagName, tagDetail, handleChange }) {
<Input
value={tagValue}
onChange={handleInputChange}
placeholder="Tag Enum ID"
placeholder="Tag Value"
/>
</Grid>
</Grid>
Expand Down

0 comments on commit 27aa2c5

Please sign in to comment.