diff --git a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue index a75a6cc4..fc605652 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -51,7 +51,7 @@ :isProduct="isProduct" :url="data.url" :type="type" - :centerBox="isProduct" + :centerBox="isProduct || $attrs.centerBox" @change="(v) => (data.preview_url = v)" />