mirror of
https://github.com/codex-storage/codex-marketplace-ui-components.git
synced 2025-02-19 17:58:07 +00:00
Fix input group helper
This commit is contained in:
parent
5ee92e7784
commit
58f797b867
@ -113,7 +113,6 @@ export function InputGroup({
|
||||
id={id}
|
||||
name={name}
|
||||
label={label}
|
||||
helper={helper}
|
||||
onChange={onChange}
|
||||
inputClassName={"inputGroup-input " + inputClassName}
|
||||
type={type}
|
||||
@ -141,9 +140,9 @@ export function InputGroup({
|
||||
) : (
|
||||
<div className="inputGroup-unit">{group}</div>
|
||||
)}
|
||||
{helper && <div className="inputGroup-helper"></div>}
|
||||
</div>
|
||||
</div>
|
||||
{helper && <small className="inputGroup-helper">{helper}</small>}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user