change notification styles

This commit is contained in:
smanylov
2026-04-15 15:31:01 +07:00
parent 00084d769a
commit 0d2cb18745
4 changed files with 200 additions and 74 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export interface NotificationBody {
id: number,
message: string,
status: string | null,
type: string | null
type: string
}
export async function fetchActiveNotifications() {