KKbes
2023-08-07 492f744d9d84289e27b2ddac9a9b4a2137fd11d6
force-app/main/default/lwc/lexCreateProduct2Asset/lexCreateProduct2Asset.js
@@ -17,7 +17,6 @@
          if (urlValue) {
            let str = `${urlValue}`;
            this.recordId = str;
            console.log(this.recordId);
          }
        }
    }
@@ -28,7 +27,6 @@
        }).then(result => {
            if (result != null) {
                this.Account = result;
                console.log(this.Account);
                this.createProduct2();
            }
        }).catch(error => {