The hiddenLabel() method is not working on table actions. ```php $table->actions([ Tables\Actions\EditAction::make()->hiddenLabel(), Tables\Actions\DeleteAction::make()->hiddenLabel(), ]) ``` Label still appears next to icon.