mirror of https://github.com/portainer/portainer
fix(inputlist): update warning style [EE-6737] (#11221)
parent
76aa086d79
commit
a2a2c6cf3e
|
@ -215,8 +215,8 @@ export function InputList<T = DefaultType>({
|
|||
</Button>
|
||||
</div>
|
||||
{addButtonError && (
|
||||
<div className="col-sm-12">
|
||||
<FormError>{addButtonError}</FormError>
|
||||
<div className="col-sm-12 mt-1">
|
||||
<TextTip color="blue">{addButtonError}</TextTip>
|
||||
</div>
|
||||
)}
|
||||
</>
|
||||
|
|
Loading…
Reference in New Issue