CSR-927 Format
This commit is contained in:
parent
2ac6912508
commit
e0163f6b0c
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div class="dropdown-question" :class="errorMessage || hasError ? 'has-error' : ''">
|
||||||
class="dropdown-question"
|
|
||||||
:class="errorMessage || hasError ? 'has-error' : ''">
|
|
||||||
<label
|
<label
|
||||||
:for="inputId"
|
:for="inputId"
|
||||||
:aria-label="questionText"
|
:aria-label="questionText"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue