File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/frontend/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ class AddCatalogPriceFormView extends React.PureComponent {
126
126
< form className = { `form-horizontal ${ hasValidationErrors ? 'has-error' : '' } ` } onSubmit = { handleSubmit } >
127
127
< div
128
128
id = "add-catalog-price-failed-msg"
129
- className = { `alert alert-danger text-center col-sm-8 col-sm-offset-2 ${ hasServerError ? '' : 'hidden' } ` } >
129
+ className = { `alert alert-danger text-center col-sm-8 col-sm-offset-2 ${ hasServerError ? '' : 'hidden' } ` } >
130
130
{ this . props . l10n [ 't_server_error' ] || 'Server error' }
131
131
</ div >
132
132
< div className = "form-group form-group-sm" >
@@ -195,4 +195,4 @@ class AddCatalogPriceFormView extends React.PureComponent {
195
195
</ div >
196
196
) ;
197
197
}
198
- }
198
+ }
You can’t perform that action at this time.
0 commit comments