1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

fix(inputlist): update warning style [EE-6737] (#11221)

This commit is contained in:
Ali 2024-02-21 08:29:10 +13:00 committed by GitHub
parent 76aa086d79
commit a2a2c6cf3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
)}
</>