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