From 40e46e0a8711070ec816e56c75a660b49237002c Mon Sep 17 00:00:00 2001 From: Devansh Date: Mon, 8 Nov 2021 12:48:11 +0530 Subject: [PATCH] Configuration Fixed --- packages/Webkul/Shipping/src/Config/system.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/Webkul/Shipping/src/Config/system.php b/packages/Webkul/Shipping/src/Config/system.php index 11f73b093..19cd0fe17 100755 --- a/packages/Webkul/Shipping/src/Config/system.php +++ b/packages/Webkul/Shipping/src/Config/system.php @@ -75,7 +75,6 @@ return [ 'name' => 'type', 'title' => 'admin::app.admin.system.type', 'type' => 'select', - 'depend' => 'active:1', 'options' => [ [ 'title' => 'Per Unit', @@ -85,7 +84,6 @@ return [ 'value' => 'per_order', ] ], - 'validation' => 'required_if:active,1' ], [ 'name' => 'active', 'title' => 'admin::app.admin.system.status', @@ -169,4 +167,4 @@ return [ ] ] ] -]; \ No newline at end of file +];