fix: resolve frontend build errors and warnings

This commit is contained in:
spinline
2026-02-05 18:49:51 +03:00
parent e2a8e17eae
commit 6e4a9e2d51
4 changed files with 4 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ pub enum AppEvent {
Notification(SystemNotification),
}
#[derive(Debug, Serialize, Deserialize, Clone, ToSchema)]
#[derive(Debug, Serialize, Deserialize, Clone, ToSchema, PartialEq, Eq)]
pub struct SystemNotification {
pub level: NotificationLevel,
pub message: String,