mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 02:11:36 +00:00
Merge pull request #30 from vitodeploy/fix-notification-channels-bug
small bug fix
This commit is contained in:
commit
ee7e880452
@ -22,7 +22,7 @@ public function add(): void
|
|||||||
$this->all()
|
$this->all()
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->emitTo(KeysList::class, '$refresh');
|
$this->emitTo(ChannelsList::class, '$refresh');
|
||||||
|
|
||||||
$this->dispatchBrowserEvent('added', true);
|
$this->dispatchBrowserEvent('added', true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user