Merge pull request #30 from vitodeploy/fix-notification-channels-bug

small bug fix
This commit is contained in:
Saeed Vaziry 2023-09-02 22:13:33 +02:00 committed by GitHub
commit ee7e880452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ public function add(): void
$this->all()
);
$this->emitTo(KeysList::class, '$refresh');
$this->emitTo(ChannelsList::class, '$refresh');
$this->dispatchBrowserEvent('added', true);
}