class text-error does not exist
This commit is contained in:
@@ -99,14 +99,14 @@ onMounted(() => {
|
||||
<FormGroup>
|
||||
<label for="labelInput">{{ $t('app.display.label') }}</label>
|
||||
<TextInput id="labelInput" v-model="label"/>
|
||||
<div class="text-error" v-if="labelError">{{ labelError }}</div>
|
||||
<div class="error-label" v-if="labelError">{{ labelError }}</div>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<label for="tagsInput">{{ $t('app.display.tags') }}</label>
|
||||
<TagInput id="tagsInput" v-model="tags" v-tooltip="$t('app.display.tagsTooltip')"/>
|
||||
<small class="helper-text">{{ $t('app.display.tagsPlaceholder') }}</small>
|
||||
<div class="text-error" v-if="tagsError">{{ tagsError }}</div>
|
||||
<div class="error-label" v-if="tagsError">{{ tagsError }}</div>
|
||||
</FormGroup>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user