diff --git a/resources/views/groups/edit.blade.php b/resources/views/groups/edit.blade.php
index 6cd4c0acae..7a3c874032 100755
--- a/resources/views/groups/edit.blade.php
+++ b/resources/views/groups/edit.blade.php
@@ -121,11 +121,23 @@
- {{ Form::radio("$area", '1',false,['value'=>"grant", 'data-checker-group' => str_slug($area), 'aria-label'=> $area]) }}
+
|
- {{ Form::radio("$area", '0',false,['value'=>"deny", 'data-checker-group' => str_slug($area), 'aria-label'=> $area]) }}
+
|