Create a Lightning Console App
.I am able to add notifiactionConsole under the utility bar but when i verify the step i got error
https://trailhead.salesforce.com/content/learn/projects/workshop-platform-events/create-app?trailmix_creator_id=asalazar71&trailmix_slug=platformdeveloper2
Hi ,
Thanks for provided the org access. I have updated the notificationConsole.js-meta.xml file as below and updated the notification icon in Utility Items(Desktop Only) to announcement in Sales App and now the challenge is working as expected.
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<targets>
<target>lightning__UtilityBar</target>
</targets>
</LightningComponentBundle>