Skip to content

Commit

Permalink
Rename order action menu item ui extension (#1388)
Browse files Browse the repository at this point in the history
* Rename order action menu item ui extension

* Renaming order action
  • Loading branch information
gracerivas authored Oct 2, 2023
1 parent 0fae958 commit 1695ea3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ export interface CustomerAccountExtensionTargets {
},
AllComponents
>;
'customer-account.order-status.action.menu-item.render': RenderExtension<
'customer-account.order.action.menu-item.render': RenderExtension<
StandardApi & {orderId: string},
AllComponents
>;
'customer-account.order-status.action.render': RenderExtension<
'customer-account.order.action.render': RenderExtension<
StandardApi & ActionExtensionApi & {orderId: string},
AllComponents
>;
Expand Down

0 comments on commit 1695ea3

Please sign in to comment.