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