This commit is contained in:
@@ -68,7 +68,6 @@
|
|||||||
<script>
|
<script>
|
||||||
const FORM_KEY = "vendor-notification-edit";
|
const FORM_KEY = "vendor-notification-edit";
|
||||||
const API_BASE_URL = "vendor-notification/";
|
const API_BASE_URL = "vendor-notification/";
|
||||||
const FORM_CUSTOM_TEMPLATE_KEY = "VendorNotification";
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@@ -467,7 +466,7 @@ let JUST_DELETED = false;
|
|||||||
/////////////////////////////////
|
/////////////////////////////////
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
async function initForm(vm) {
|
async function initForm() {
|
||||||
await fetchTranslatedText();
|
await fetchTranslatedText();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user