jqh 5 lat temu
rodzic
commit
d5ba45d80c
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/Grid/Tools/QuickCreate.php

+ 2 - 0
src/Grid/Tools/QuickCreate.php

@@ -231,6 +231,8 @@ CSS
 
         $field->view($this->resolveView(get_class($field)));
 
+        $field::collectAssets();
+
         $this->fields->push($field);
 
         return $field;