We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2520459 + dc432ea commit 3860e6bCopy full SHA for 3860e6b
1 file changed
src/components/ScreenStart.vue
@@ -67,18 +67,6 @@
67
v-bind:options="typeOptions"
68
v-on:update:modelValue="setType"
69
/>
70
-
71
- <q-banner
72
- v-if="screenError.hasError"
73
- class="bg-warning text-negative"
74
- >
75
- <div
76
- v-bind:key="index"
77
- v-for="(screenMessage, index) in screenError.messages"
78
79
- {{ screenMessage }}
80
- </div>
81
- </q-banner>
82
</div>
83
84
<div id="form-button-bar">
@@ -123,8 +111,7 @@ export default defineComponent({
123
111
setTitle,
124
112
setType,
125
113
messageError: computed(() => getMyErrors('', ['message'])),
126
- titleError: computed(() => getMyErrors('', ['title'])),
127
- screenError: computed(() => getMyErrors('', ['message', 'title']))
114
+ titleError: computed(() => getMyErrors('', ['title']))
128
115
}
129
116
130
117
})
0 commit comments