Skip to content

Commit

Permalink
refactor(Contribution Assistant): hide price card header to gain some…
Browse files Browse the repository at this point in the history
… space. ref #1044
  • Loading branch information
raphodn committed Dec 25, 2024
1 parent 758d4ea commit 5ccaad4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/ContributionAssistantPriceFormCard.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<!-- eslint-disable vue/no-mutating-props -->
<template>
<v-card
height="100%"
title="Label"
prepend-icon="mdi-tag-outline"
>
<v-divider />
<v-card height="100%">
<v-card-text>
<ProofImageCropped class="mb-4" height="200px" :proofImageFilePath="productPriceForm.proofImage" :boundingBox="productPriceForm.bounding_box" />
<v-row v-if="showProductNameField">
Expand Down

0 comments on commit 5ccaad4

Please sign in to comment.