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 eed325e commit 8e50cfdCopy full SHA for 8e50cfd
features/ui/Common/Button.php
@@ -74,7 +74,7 @@ public function wireClick(
74
});
75
}
76
return $this->action($actionName, function (...$params) use ($callback) {
77
- call_user_func_array($callback, $params);
+ return call_user_func_array($callback, $params);
78
}, $withUIIDKey, $skipRender)
79
->render(function ($base) use ($actionName, $params) {
80
$paraText = '';
0 commit comments