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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user