fix(notifications) Fix recording start notif not disappearing
This commit is contained in:
parent
52e9e90b3a
commit
6a6146727f
|
@ -204,7 +204,7 @@ export function showStartedRecordingNotification(
|
|||
}
|
||||
}
|
||||
|
||||
dispatch(showNotification(dialogProps));
|
||||
dispatch(showNotification(dialogProps, NOTIFICATION_TIMEOUT));
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue