Hide label for action
I'm trying to hide the label of an action and I see that there's a
When using
What is the correct way to hide the label of an action?
disableLabel method but it doesn't hide the label. When using
->label(false) on the action the label gets hidden but there's an PHPStan warning:What is the correct way to hide the label of an action?