We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7975274 commit 4244654Copy full SHA for 4244654
src/Concern/HasActions.php
@@ -190,6 +190,13 @@ public function getMountedTreeAction(): ?Action
190
return $this->getCachedTreeAction($this->mountedTreeAction) ?? $this->getCachedTreeEmptyStateAction($this->mountedTreeAction);
191
}
192
193
+ protected function getHasActionsForms(): array
194
+ {
195
+ return [
196
+ 'mountedTreeActionData' => $this->getMountedTreeActionForm(),
197
+ ];
198
+ }
199
+
200
public function getMountedTreeActionForm()
201
{
202
$action = $this->getMountedTreeAction();
0 commit comments