Browse Source

new settings section

andre 5 tháng trước cách đây
mục cha
commit
c8089b618e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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());
     }