diff --git a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue index 6fb34a98..971136bb 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -85,11 +85,11 @@ import ImageClip from "./image-clip.vue" const props = defineProps({ type: { type: String, - default: () => false + default: "" }, isProduct: { type: Boolean, - default: () => false + default: false } })