fix: Notification can't stay in page

This commit is contained in:
scarqin 2023-02-07 15:29:05 +08:00
parent e97c169ca6
commit da21132265

View File

@ -23,6 +23,7 @@ export class NotificationService {
}
this.modal.create({
stayWhenRouterChange: true,
nzTitle: $localize`Release Notes`,
nzContent: $localize`There will be downtime updates from ${logInfo.startTime.getHours()}\:00 to ${logInfo.endTime.getHours()}\:00 today, and may be temporarily inaccessible.`
});