feat: clear log
This commit is contained in:
@@ -179,8 +179,6 @@ export const RecordingsTable = ({
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const handleMessage = (event: any) => {
|
const handleMessage = (event: any) => {
|
||||||
if (event.data && event.data.type === 'recording-notification') {
|
if (event.data && event.data.type === 'recording-notification') {
|
||||||
console.log('Received message from recording tab:', event.data);
|
|
||||||
|
|
||||||
const notificationData = event.data.notification;
|
const notificationData = event.data.notification;
|
||||||
if (notificationData) {
|
if (notificationData) {
|
||||||
notify(notificationData.type, notificationData.message);
|
notify(notificationData.type, notificationData.message);
|
||||||
|
|||||||
Reference in New Issue
Block a user