Ver código fonte

test use sections

andre 3 meses atrás
pai
commit
3e7af18864

+ 0 - 1
app/UI/Client/Setting/Buttons/EditSettingButton.php

@@ -24,7 +24,6 @@ class EditSettingButton extends ButtonDataTableModalAction implements ClientArea
     {
         $this->initIds('editSettingButton');
         $this->initLoadModalAction(new EditSettingModal());
-        $this->setDisableByColumnValue("selfdns ", 0);
     }
 
 }