mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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()
|
||||
{
|
||||
$this->files = Import::orderBy('id','desc')->get(); //HACK - slows down renders.
|
||||
return view('')
|
||||
return view('livewire.importer')
|
||||
->extends('layouts.default')
|
||||
->section('content');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue