This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<v-row v-if="formState.ready">
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
||||
<v-col cols="12" v-if="showSelector">
|
||||
<v-dialog
|
||||
scrollable
|
||||
@@ -56,12 +56,12 @@
|
||||
<component
|
||||
:is="item.type"
|
||||
v-bind="item"
|
||||
:maxListItems="10"
|
||||
v-on:dash-remove="dashRemove"
|
||||
v-on:dash-move-start="dashMoveStart"
|
||||
v-on:dash-move-back="dashMoveBack"
|
||||
v-on:dash-move-forward="dashMoveForward"
|
||||
v-on:dash-move-end="dashMoveEnd"
|
||||
:max-list-items="10"
|
||||
@dash-remove="dashRemove"
|
||||
@dash-move-start="dashMoveStart"
|
||||
@dash-move-back="dashMoveBack"
|
||||
@dash-move-forward="dashMoveForward"
|
||||
@dash-move-end="dashMoveEnd"
|
||||
>
|
||||
</component>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user