Skip to content

Commit

Permalink
Remove final from the Zone's form component (#16270)
Browse files Browse the repository at this point in the history
| Q               | A
|-----------------|-----
| Branch?         | bootstrap-admin-panel <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 branch
 - Make sure that the correct base branch is set

To be sure you are not breaking any Backward Compatibilities, check the
documentation:

https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
To be consisted with the rest of changes in
#16221
  • Loading branch information
Wojdylak committed May 17, 2024
2 parents 36e06c0 + d1ed503 commit e6bd06a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Symfony\UX\LiveComponent\LiveCollectionTrait;

#[AsLiveComponent]
final class FormComponent
class FormComponent
{
use DefaultActionTrait;
use HookableLiveComponentTrait;
Expand Down

0 comments on commit e6bd06a

Please sign in to comment.