Skip to content

Commit 60447ab

Browse files
Dean OhashiDean Ohashi
authored andcommitted
removed file path name
1 parent bf0aa29 commit 60447ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/UploadImage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
<q-card>
3636
<img :src="[imageExists ? `file:///${imagePath[0]}` : ' ']" />
3737

38-
<q-card-section>
38+
<!-- <q-card-section>
3939
<div class="text-h6 file-header">File Path</div>
4040
<div class="text-subtitle2 file-content">{{ imagePath[0] }}</div>
41-
</q-card-section>
41+
</q-card-section> -->
4242
</q-card>
4343
</div>
4444
</q-expansion-item>

0 commit comments

Comments
 (0)