Skip to content

Commit

Permalink
fix toasts for data_depot events
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina committed May 20, 2024
1 parent 5c57ef5 commit 8e045d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function NotificationService(
* @param {Object} msg
*/
function processToastr(e, msg) {
if (e.event_type !== 'data_depot') {
if (msg?.event_type !== 'data_depot') {
return;
}

Expand Down

0 comments on commit 8e045d2

Please sign in to comment.