Skip to content

Commit d30faa1

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8f5c3ac commit d30faa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/CustomAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function button(): Button
1919
return Button::make('Run Action')
2020
->parameters([
2121
'_action_url_param' => 'should_be_preserved',
22-
'_action' => 'should_be_overridden',
22+
'_action' => 'should_be_overridden',
2323
])
2424
->icon('fire');
2525
}

0 commit comments

Comments
 (0)