fix(notifications) Fix recording start notif not disappearing

This commit is contained in:
hmuresan 2021-09-20 18:22:23 +03:00 committed by Horatiu Muresan
parent 52e9e90b3a
commit 6a6146727f
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ export function showStartedRecordingNotification(
}
}
dispatch(showNotification(dialogProps));
dispatch(showNotification(dialogProps, NOTIFICATION_TIMEOUT));
};
}