mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Set view correctly
This commit is contained in:
parent
43616d1874
commit
17f0ac1eae
|
@ -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…
Reference in a new issue