jqh 4 lat temu
rodzic
commit
383c2e304a
1 zmienionych plików z 1 dodań i 4 usunięć
  1. 1 4
      src/Form/Field/SelectTable.php

+ 1 - 4
src/Form/Field/SelectTable.php

@@ -119,10 +119,7 @@ JS;
     {
         $table = $this->modal->getTable();
 
-        $table
-            ->id('table-card-'.$this->getElementId())
-            ->getRenderable()
-            ->with('key', $this->form->getKey());
+        $table->id('table-card-'.$this->getElementId());
 
         $this->modal
             ->join()