Skip to content

Commit 8e50cfd

Browse files
committed
Update Button.php
1 parent eed325e commit 8e50cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/ui/Common/Button.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function wireClick(
7474
});
7575
}
7676
return $this->action($actionName, function (...$params) use ($callback) {
77-
call_user_func_array($callback, $params);
77+
return call_user_func_array($callback, $params);
7878
}, $withUIIDKey, $skipRender)
7979
->render(function ($base) use ($actionName, $params) {
8080
$paraText = '';

0 commit comments

Comments
 (0)