Fix: Correctly update notification status

- This fix ensures that when the notification status is enabled. Resolves the issue where the status was incorrectly shown as false in PB.
This commit is contained in:
Tola Leng
2025-08-11 17:33:08 +07:00
parent 2ca7c35c69
commit aecf16ba40
2 changed files with 24 additions and 17 deletions
+2
View File
@@ -21,6 +21,8 @@ export interface Server {
template_id: string;
threshold_id: string;
notification_id: string;
notification_status: boolean;
max_retries: number;
timestamp: string;
connection: string;
agent_status: string;