Skip to content

Commit

Permalink
Fix the malformed sylius_admin:country:form component usages
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz authored and GSadee committed May 13, 2024
1 parent 32e2cca commit ce811f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ twig_hooks:
hooks:
'sylius_admin.country.create.content':
form:
component: 'sylius_admin.country.form'
component: 'sylius_admin:country:form'
props:
country: '@=_context.resource'
form: '@=_context.form'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ twig_hooks:
hooks:
'sylius_admin.country.update.content':
form:
component: 'sylius_admin.country.form'
component: 'sylius_admin:country:form'
props:
country: '@=_context.resource'
form: '@=_context.form'
Expand Down

0 comments on commit ce811f2

Please sign in to comment.