fix: #147 notifier now shows previous input value

This commit is contained in:
Matt Kilgore
2024-10-04 13:49:36 -04:00
parent 865661097c
commit a3d5485c1d
7 changed files with 19 additions and 2 deletions

View File

@@ -208,7 +208,7 @@
targetID.value = v.id;
notifier.value = {
name: v.name,
url: "",
url: v.url,
isActive: v.isActive,
};
} else {