mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed status label create error
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e1784394b3
commit
7e9e5214ef
|
@ -51,8 +51,7 @@ class StatuslabelsController extends Controller
|
|||
|
||||
return view('statuslabels/edit')
|
||||
->with('item', new Statuslabel)
|
||||
->with('statuslabel_types', Helper::statusTypeList())
|
||||
->with('use_statuslabel_type', (new Statuslabel)->getStatuslabelType());
|
||||
->with('statuslabel_types', Helper::statusTypeList());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue