This commit is contained in:
2023-01-23 23:22:19 +00:00
parent fdb27d7788
commit a3428b7954

View File

@@ -68,7 +68,6 @@
<script>
const FORM_KEY = "vendor-notification-edit";
const API_BASE_URL = "vendor-notification/";
const FORM_CUSTOM_TEMPLATE_KEY = "VendorNotification";
export default {
data() {
return {
@@ -467,7 +466,7 @@ let JUST_DELETED = false;
/////////////////////////////////
//
//
async function initForm(vm) {
async function initForm() {
await fetchTranslatedText();
}