Hello! I have model-driven apps and I've created a modal confirmation page where the user can enter their comments before confirmation using the page. Until a few days ago, whenever there was a notification message, an alert or modal message box would appear below the title of the modal page. However, now when I checked, this alert or modal message box appears in the main application. Has there been a new update that changes the behavior of the notification message when a page is currently active? Is there a way to revert back to having the notification message appear below the title of the modal page?
Note: im using this function --> Notify("Message here",NotificationType.Information);

Thanks to anyone who can help!