refactor: Replaced check of allErrors with check of violations in storybook
This commit is contained in:
parent
3cc80f20da
commit
dba96a2fb2
@ -17,7 +17,7 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-for="(error, index) in context.allErrors"
|
v-for="(error, index) in context.violations"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="text-danger"
|
class="text-danger"
|
||||||
>
|
>
|
||||||
@ -42,7 +42,7 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-for="(error, index) in context.allErrors"
|
v-for="(error, index) in context.violations"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="text-danger"
|
class="text-danger"
|
||||||
>
|
>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-for="(error, index) in context.allErrors"
|
v-for="(error, index) in context.violations"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="text-danger"
|
class="text-danger"
|
||||||
>
|
>
|
||||||
@ -45,7 +45,7 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-for="(error, index) in context.allErrors"
|
v-for="(error, index) in context.violations"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="text-danger"
|
class="text-danger"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user