andre 5 месяцев назад
Родитель
Сommit
5120a4c528
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/UI/Client/Setting/Modals/InfoModal.php

+ 1 - 1
app/UI/Client/Setting/Modals/InfoModal.php

@@ -13,11 +13,11 @@ class InfoModal extends ModalConfirmDanger implements ClientArea
     protected $id    = 'infoSettingModal';
     protected $name  = 'infoSettingModal';
     protected $title = 'infoSettingModal';
+    protected $index = 'infoSettingModal';
 
     public function initContent()
     {
         $this->initIds('infoSettingModal');
-        $this->setIndex('infoSettingModal');
         $this->addForm(new InfoForm());
     }