Use error-label in DomainDialog
This commit is contained in:
@@ -127,7 +127,7 @@ defineExpose({
|
||||
<fieldset :disabled="busy">
|
||||
<input style="display: none;" type="submit" :disabled="busy"/>
|
||||
|
||||
<p class="has-error text-center" v-show="error">{{ error }}</p>
|
||||
<div class="error-label" v-show="error">{{ error }}</div>
|
||||
|
||||
<FormGroup>
|
||||
<label for="domainInput">{{ $t('domains.domainDialog.domain') }}</label>
|
||||
|
||||
Reference in New Issue
Block a user