Fix crash when switching between product variations (#48988)

This commit is contained in:
Nathan Silveira 2024-07-01 21:14:50 -03:00 committed by GitHub
parent 504799bcce
commit ce602fa8f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix crash when switching between product variations

View File

@ -297,6 +297,7 @@ export function BlockEditor( {
settings, settings,
productTemplate, productTemplate,
productFormTemplate, productFormTemplate,
productId,
] ]
); );