Merged in fix/SW-2980-alert (pull request #2312)
Fix/SW-2980: Only filter out child alert on hotel page Approved-by: Erik Tiekstra
This commit is contained in:
@@ -3,3 +3,7 @@ export enum AlertTypeEnum {
|
||||
Warning = "warning",
|
||||
Alarm = "alarm",
|
||||
}
|
||||
|
||||
export const AlertName = {
|
||||
HotelChildrenInBooking: "HotelChildrenInBooking",
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user