Skip to content

Commit 6d610ae

Browse files
committed
fix: bugs from last refactor
1 parent 926578c commit 6d610ae

File tree

1 file changed

+1
-1
lines changed
  • GUI/ETVR/src/static/types/interfaces

1 file changed

+1
-1
lines changed

GUI/ETVR/src/static/types/interfaces/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ export interface INotificationAction {
4040
export interface INotifictionMessage {
4141
title: string
4242
message: string
43-
type: ENotificationType
43+
type?: ENotificationType
4444
}

0 commit comments

Comments
 (0)