fix: correctly fire product edit

This commit is contained in:
Adhiraj Singh
2022-08-18 15:51:49 +05:30
parent 3131f2aa35
commit ebd92e0337

View File

@@ -159,7 +159,19 @@ export const makeBusinessSocket = (config: SocketConfig) => {
{
tag: 'product_catalog_edit',
attrs: { v: '1' },
content: [ editNode ]
content: [
editNode,
{
tag: 'width',
attrs: { },
content: '100'
},
{
tag: 'height',
attrs: { },
content: '100'
}
]
}
]
})