Skip to content

Commit 2ad9c59

Browse files
authored
Fix: getCachedForm method signature changed in Filament v3 #68
1 parent f109464 commit 2ad9c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concern/HasActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public function getMountedTreeActionForm()
294294
}
295295

296296
if ((! $this->isCachingForms) && $this->hasCachedForm('mountedTreeActionForm')) {
297-
return $this->getCachedForm('mountedTreeActionForm');
297+
return $this->getForm('mountedTreeActionForm');
298298
}
299299

300300
return $action->getForm(

0 commit comments

Comments
 (0)