We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3a155 commit b9e1731Copy full SHA for b9e1731
src/Http/Livewire/CsvImporter.php
@@ -83,7 +83,7 @@ public function import()
83
84
$this->resetExcept($this->exceptions);
85
86
- $this->emitTo('csv-imports', 'imports.refresh');
+ $this->emitTo('handle-imports', 'imports.refresh');
87
}
88
89
public function toggle()
0 commit comments