Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit f22029b

Browse files
Remove TODO comment from getResourceTableVisibleActions method
1 parent 4ae05da commit f22029b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Concerns/InteractsWithResources.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public function getResourceTableActions(): array
5959

6060
public function getResourceTableVisibleActions(): array
6161
{
62-
// TODO: Also add check for visible callback
6362
return array_filter($this->getResourceTableActions(), function (Action $action) {
6463
return ! $this->getPrivateProperty($action, 'isHidden');
6564
});

0 commit comments

Comments
 (0)