small bug fix

This commit is contained in:
Saeed Vaziry
2023-09-02 22:10:19 +02:00
parent 826b850112
commit 06d90711c6

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);
}