more cleanup, weird extraneous "row" in v-row removed history form weirdness etc

This commit is contained in:
2020-04-19 22:31:53 +00:00
parent bdd2fda823
commit 318133186d
7 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<template>
<v-row row v-if="this.formState.ready">
<v-row v-if="this.formState.ready">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col>
<v-textarea v-model="logText" full-width readonly auto-grow></v-textarea>