mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-28 07:56:35 +01:00
fix: #147 notifier now shows previous input value
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
targetID.value = v.id;
|
||||
notifier.value = {
|
||||
name: v.name,
|
||||
url: "",
|
||||
url: v.url,
|
||||
isActive: v.isActive,
|
||||
};
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user