This commit is contained in:
2022-02-17 22:44:57 +00:00
parent 1675e82a1c
commit 9bf9127b2b
5 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,9 @@
<template>
<v-row v-if="formState.ready">
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col cols="12">
<h2>UNDER CONSTRUCTION / NOT IMPLEMENTED YET</h2>
</v-col>
<v-col v-if="showSelector" cols="12">
<v-dialog
v-model="showSelector"