This commit is contained in:
2020-03-23 22:32:17 +00:00
parent 50504db31d
commit f29ef27596
2 changed files with 5 additions and 4 deletions

View File

@@ -356,9 +356,9 @@ export default {
beforeCreate() {
//check pre-requisites exist just in case
if (window.$gz.errorHandler.devMode()) {
if (!window.$gz._) {
throw "tag-picker: $gz._ (lodash) is required and missing";
}
// if (!window.$gz._) {
// throw "tag-picker: $gz._ (lodash) is required and missing";
// }
if (!window.$gz.translation) {
throw "tag-picker: $gz.translation is required and missing";
}

View File

@@ -13,6 +13,7 @@
v-model="selectedUser"
:ayaType="ayaType().User"
:label="lt('User')"
:preFill="false"
>
</gz-pick-list>
<v-divider></v-divider>
@@ -49,7 +50,7 @@ export default {
data() {
return {
selectedWidget: 2,
selectedUser: 1
selectedUser: 2
};
},
methods: {