Skip to content

Commit

Permalink
rename variant details to product variant details
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWhite1 committed Mar 25, 2024
1 parent 4248d2b commit 9c2ca2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ export interface ExtensionTargets {
*
* See the [list of available components](/docs/api/admin-extensions/components).
*/
'admin.variant-details.action.render': RenderExtension<
ActionExtensionApi<'admin.variant-details.action.render'>,
'admin.product-variant-details.action.render': RenderExtension<
ActionExtensionApi<'admin.product-variant-details.action.render'>,
AllComponents
>;

Expand Down

0 comments on commit 9c2ca2b

Please sign in to comment.