Set view correctly
This commit is contained in:
parent
43616d1874
commit
17f0ac1eae
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ class Importer extends Component
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
$this->files = Import::orderBy('id','desc')->get(); //HACK - slows down renders.
|
$this->files = Import::orderBy('id','desc')->get(); //HACK - slows down renders.
|
||||||
return view('')
|
return view('livewire.importer')
|
||||||
->extends('layouts.default')
|
->extends('layouts.default')
|
||||||
->section('content');
|
->section('content');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue