diff --git a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue index 04b4b28e..98ff372e 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -28,13 +28,14 @@ :ratio="data.ratio" :fixedBox="type !== 'apparel'" :url="data.url" + :type="type" @change="(v) => (data.preview_url = v)" />