Some fixes
This commit is contained in:
parent
d14942da93
commit
4f408a26d5
9 changed files with 18 additions and 23 deletions
|
@ -132,7 +132,7 @@ class Form extends Component {
|
|||
{props.children}
|
||||
</fieldset>
|
||||
{!props.noStatus && statusMessageText &&
|
||||
<AlignedRow htmlId="form-status-message">
|
||||
<AlignedRow format={props.format} htmlId="form-status-message">
|
||||
<p className={`alert alert-${statusMessageSeverity} ${styles.formStatus}`} role="alert">{statusMessageText}</p>
|
||||
</AlignedRow>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue