This commit is contained in:
2020-12-07 18:11:16 +00:00
parent 2d38862003
commit f6bea2b8bf
2 changed files with 4 additions and 4 deletions

View File

@@ -397,9 +397,9 @@
//
////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
const FORM_KEY = "cust-user-edit";
const FORM_KEY = "contact-edit";
const API_BASE_URL = "user/";
const FORM_CUSTOM_TEMPLATE_KEY = "User";
const FORM_CUSTOM_TEMPLATE_KEY = "Contact"; //<--- deliberately not 'User' as is customary as this is it's own form but also edit's User type objects so needs it's own customization key
export default {
async created() {