Fixed: Show more information in UI when testing SAB fails in some cases

This commit is contained in:
Mark McDowall
2020-07-26 10:49:15 -07:00
committed by Qstick
parent 2a1ebe54b3
commit da1210c6a6
5 changed files with 33 additions and 10 deletions

View File

@@ -207,7 +207,7 @@ function FormInputGroup(props) {
key={index}
text={error.message}
link={error.link}
linkTooltip={error.detailedMessage}
tooltip={error.detailedMessage}
isError={true}
isCheckInput={checkInput}
/>
@@ -222,7 +222,7 @@ function FormInputGroup(props) {
key={index}
text={warning.message}
link={warning.link}
linkTooltip={warning.detailedMessage}
tooltip={warning.detailedMessage}
isWarning={true}
isCheckInput={checkInput}
/>