Fix crash when switching between product variations (#48988)
This commit is contained in:
parent
504799bcce
commit
ce602fa8f4
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix crash when switching between product variations
|
|
@ -297,6 +297,7 @@ export function BlockEditor( {
|
|||
settings,
|
||||
productTemplate,
|
||||
productFormTemplate,
|
||||
productId,
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue