jqh 5 years ago
parent
commit
61fa66a75d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/Grid/RowAction.php

+ 4 - 0
src/Grid/RowAction.php

@@ -108,4 +108,8 @@ abstract class RowAction extends GridAction
             $this->name()
         );
     }
+
+    protected function addScript()
+    {
+    }
 }