Ver Fonte

new settings section

andre há 6 meses atrás
pai
commit
c8089b618e
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      app/UI/Client/Setting/Buttons/EditSettingButton.php

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

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