mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 11:52:39 +00:00
rename tag container class to unify with fields
This commit is contained in:
@@ -84,7 +84,7 @@ const TagInput = ({ unique = true, values = [], ...props }) => {
|
||||
return (
|
||||
<div className='field'>
|
||||
<label>{props.label}</label>
|
||||
<div className='tag-input'>
|
||||
<div className='value'>
|
||||
<ul className='list'>
|
||||
{valueContext.map((context, index) => { return context.editing ? renderWriteTag(context, index) : renderReadTag(context, index); })}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user