This commit is contained in:
ehpersonal38
2023-02-14 22:24:57 -05:00
committed by GitHub
parent b1d6a5aca5
commit 9c8f461ded
+1
View File
@@ -422,6 +422,7 @@ function sendTestNotification(e) {
// Get the button and modal elements
const openModalBtn = document.getElementById('openModal');
const modal = document.getElementById('modal');
dialogPolyfill.registerDialog(modal);
const output = document.getElementById('output');
const thresholdInput = document.getElementById('threshold');
const runProcessBtn = document.getElementById('runProcess');