This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
<v-col cols="12" v-show="view == 'properties'">
|
||||
<v-form ref="form">
|
||||
<v-row>
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-text-field
|
||||
v-model="obj.name"
|
||||
@@ -137,9 +136,8 @@ import * as monaco from "monaco-editor";
|
||||
|
||||
/*TODO:
|
||||
|
||||
diagnostic code that returns helpful information on render failure would be nice and cut way back on technical support hassles
|
||||
(could actually render the errors to the page and still return it as a pdf?, though it's an api method that triggers it so can just return normal error style)
|
||||
|
||||
BUGBUG: after error on preview can't save
|
||||
|
||||
need to modify reportData data object to accept meta data outside of the main data collection
|
||||
so can add all the bits that would appear on report potentially or be used on page like
|
||||
|
||||
Reference in New Issue
Block a user