fix: Replace the bus events with emitter in widget (#9584)

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Fayaz Ahmed
2024-06-03 16:36:15 +05:30
committed by GitHub
parent af90f21cfd
commit 00ef9c475f
8 changed files with 12 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ export default {
event: 'setCampaignReadOn',
});
IFrameHelper.sendMessage({ event: 'toggleBubble' });
bus.$emit('snooze-campaigns');
this.$emitter.emit('snooze-campaigns');
}
},
},