admin: fix policy testing form not showing the correct result
This commit is contained in:
@ -142,7 +142,6 @@ const loadFormCode = () => {
|
||||
const setFormSubmitHandlers = () => {
|
||||
document.querySelectorAll("#flow-body form").forEach(form => {
|
||||
console.log(`Setting action for form ${form}`);
|
||||
// debugger;
|
||||
form.action = flowBodyUrl;
|
||||
console.log(`Adding handler for form ${form}`);
|
||||
form.addEventListener('submit', (e) => {
|
||||
|
Reference in New Issue
Block a user