Browse Source

new info form

andre 5 tháng trước cách đây
mục cha
commit
5120a4c528

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

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