mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-25 23:03:41 +01:00
fix: #147 notifier now shows previous input value
This commit is contained in:
@@ -323,6 +323,8 @@ export interface NotifierOut {
|
||||
isActive: boolean;
|
||||
name: string;
|
||||
updatedAt: Date | string;
|
||||
/** URL field is not exposed to the client */
|
||||
url: string;
|
||||
userId: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user