1
chenjingwu
2024-05-24 35910c355f74e736e2068a0ffb7f39ae9615d8e1
force-app/main/default/lwc/lexSubmitForApproval/lexSubmitForApproval.js
@@ -64,8 +64,6 @@
            window.open(url, '', 'height=350, width=600, top=200, left=350,location=no');
        }).catch(error => {
            console.log("error");
        }).finally(() => {
        });
        })
    }
}