We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 135a34b + b4ad492 commit 8db2394Copy full SHA for 8db2394
src/Http/Livewire/CsvImporter.php
@@ -45,7 +45,7 @@ class CsvImporter extends Component
45
46
/** @var array */
47
protected $exceptions = [
48
- 'mode', 'columnsToMap', 'open',
+ 'model', 'columnsToMap', 'open',
49
'columnLabels', 'requiredColumns',
50
];
51
@@ -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