Просмотр исходного кода

remove parent init from update button

andre 4 лет назад
Родитель
Сommit
042c47db5e
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/UI/Disk/Buttons/UpdateButton.php

+ 0 - 1
app/UI/Disk/Buttons/UpdateButton.php

@@ -28,7 +28,6 @@ class UpdateButton extends ButtonDataTableModalAction implements ClientArea
 
     public function initContent()
     {
-        parent::initContent();
         $this->initIds('updateDiskButton');
         $this->initLoadModalAction(new UpdateModal());
     }