This commit is contained in:
2021-03-02 19:16:15 +00:00
parent cb9da12e0c
commit 8578cb1c4c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<template>
<v-row v-if="formState.ready">
<v-col>
<v-form ref="form">
<v-form data-cy="dlcForm" ref="form">
<v-row>
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>