andre 6 месяцев назад
Родитель
Сommit
c8089b618e
1 измененных файлов с 0 добавлено и 1 удалено
  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());
     }