mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 21:41:41 -07:00
fix: rename "tag enum id" to "tag value"
This commit is contained in:
parent
2f27c112ea
commit
27aa2c5d47
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ function Tag({ member, tagName, tagDetail, handleChange }) {
|
|||
<Input
|
||||
value={tagValue}
|
||||
onChange={handleInputChange}
|
||||
placeholder="Tag Enum ID"
|
||||
placeholder="Tag Value"
|
||||
/>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue