chore: Returned back allErrors in storybook
This commit is contained in:
parent
07f3168e1e
commit
1caff9c089
@ -17,11 +17,11 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-for="(error, index) in context.violations"
|
v-for="(error, index) in context.allErrors"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="text-danger"
|
class="text-danger"
|
||||||
>
|
>
|
||||||
{{ error.message }}
|
{{ error }}
|
||||||
</div>
|
</div>
|
||||||
</FormularioInput>
|
</FormularioInput>
|
||||||
|
|
||||||
@ -42,11 +42,11 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-for="(error, index) in context.violations"
|
v-for="(error, index) in context.allErrors"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="text-danger"
|
class="text-danger"
|
||||||
>
|
>
|
||||||
{{ error.message }}
|
{{ error }}
|
||||||
</div>
|
</div>
|
||||||
</FormularioInput>
|
</FormularioInput>
|
||||||
</FormularioGrouping>
|
</FormularioGrouping>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-for="(error, index) in context.violations"
|
v-for="(error, index) in context.allErrors"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="text-danger"
|
class="text-danger"
|
||||||
>
|
>
|
||||||
@ -45,11 +45,11 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-for="(error, index) in context.violations"
|
v-for="(error, index) in context.allErrors"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="text-danger"
|
class="text-danger"
|
||||||
>
|
>
|
||||||
{{ error.message }}
|
{{ error }}
|
||||||
</div>
|
</div>
|
||||||
</FormularioInput>
|
</FormularioInput>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user