Configuration Fixed

This commit is contained in:
Devansh 2021-11-08 12:48:11 +05:30
parent 3576a6e5b1
commit 40e46e0a87
1 changed files with 1 additions and 3 deletions

View File

@ -75,7 +75,6 @@ return [
'name' => 'type', 'name' => 'type',
'title' => 'admin::app.admin.system.type', 'title' => 'admin::app.admin.system.type',
'type' => 'select', 'type' => 'select',
'depend' => 'active:1',
'options' => [ 'options' => [
[ [
'title' => 'Per Unit', 'title' => 'Per Unit',
@ -85,7 +84,6 @@ return [
'value' => 'per_order', 'value' => 'per_order',
] ]
], ],
'validation' => 'required_if:active,1'
], [ ], [
'name' => 'active', 'name' => 'active',
'title' => 'admin::app.admin.system.status', 'title' => 'admin::app.admin.system.status',