1
0
mirror of synced 2024-11-22 13:26:06 +03:00

refactor: Replaced check of allErrors with check of violations in storybook

This commit is contained in:
Zaytsev Kirill 2020-10-26 00:52:09 +03:00
parent 3cc80f20da
commit dba96a2fb2
2 changed files with 4 additions and 4 deletions

View File

@ -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"
> >

View File

@ -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"
> >