mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 20:05:23 +02:00
fix(inputlist): update warning style [EE-6737] (#11221)
This commit is contained in:
parent
76aa086d79
commit
a2a2c6cf3e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue