mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-08 14:01:18 -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
|
<Input
|
||||||
value={tagValue}
|
value={tagValue}
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
placeholder="Tag Enum ID"
|
placeholder="Tag Value"
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue