File tree 3 files changed +33
-33
lines changed
3 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 50
50
>
51
51
Add author
52
52
</q-btn >
53
- </div >
54
53
55
- <q-banner
56
- v-if =" authorsErrors.hasError"
57
- class =" bg-warning text-negative"
58
- >
59
- <div
60
- v-bind:key =" index"
61
- v-for =" (screenMessage, index) in authorsErrors.messages"
54
+ <q-banner
55
+ v-if =" authorsErrors.hasError"
56
+ class =" bg-warning text-negative"
62
57
>
63
- {{ screenMessage }}
64
- </div >
65
- </q-banner >
58
+ <div
59
+ v-bind:key =" index"
60
+ v-for =" (screenMessage, index) in authorsErrors.messages"
61
+ >
62
+ {{ screenMessage }}
63
+ </div >
64
+ </q-banner >
65
+ </div >
66
66
67
67
<div id =" form-button-bar" >
68
68
<StepperActions />
Original file line number Diff line number Diff line change 61
61
>
62
62
Add identifier
63
63
</q-btn >
64
- </div >
65
64
66
- <q-banner
67
- v-if =" identifiersErrors.hasError"
68
- class =" bg-warning text-negative"
69
- >
70
- <div
71
- v-bind:key =" index"
72
- v-for =" (screenMessage, index) in identifiersErrors.messages"
65
+ <q-banner
66
+ v-if =" identifiersErrors.hasError"
67
+ class =" bg-warning text-negative"
73
68
>
74
- {{ screenMessage }}
75
- </div >
76
- </q-banner >
69
+ <div
70
+ v-bind:key =" index"
71
+ v-for =" (screenMessage, index) in identifiersErrors.messages"
72
+ >
73
+ {{ screenMessage }}
74
+ </div >
75
+ </q-banner >
76
+ </div >
77
77
78
78
<div id =" form-button-bar" >
79
79
<StepperActions />
Original file line number Diff line number Diff line change 39
39
>
40
40
Add keyword
41
41
</q-btn >
42
- </div >
43
42
44
- <q-banner
45
- v-if =" keywordsErrors.hasError"
46
- class =" bg-warning text-negative"
47
- >
48
- <div
49
- v-bind:key =" index"
50
- v-for =" (screenMessage, index) in keywordsErrors.messages"
43
+ <q-banner
44
+ v-if =" keywordsErrors.hasError"
45
+ class =" bg-warning text-negative"
51
46
>
52
- {{ screenMessage }}
53
- </div >
54
- </q-banner >
47
+ <div
48
+ v-bind:key =" index"
49
+ v-for =" (screenMessage, index) in keywordsErrors.messages"
50
+ >
51
+ {{ screenMessage }}
52
+ </div >
53
+ </q-banner >
54
+ </div >
55
55
56
56
<div id =" form-button-bar" >
57
57
<StepperActions />
You can’t perform that action at this time.
0 commit comments