This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user