Skip to content

Commit 240da7f

Browse files
committed
Fix fields
1 parent 0b847cc commit 240da7f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

frontend/src/App.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const fieldIds = {
6464
25: 'mintage',
6565
14: 'material',
6666
7: 'mint',
67+
8: 'mintmark',
6768
20: 'grade',
6869
40: 'paydate',
6970
41: 'payprice',
@@ -257,8 +258,8 @@ const handleFileUpload = async (file) => {
257258
<AboutView v-if="route.name === 'about'" />
258259

259260
<div class="text-center">
260-
<v-overlay
261-
v-model="isLoading"
261+
<v-overlay
262+
v-model="isLoading"
262263
class="align-center justify-center"
263264
persistent
264265
>

0 commit comments

Comments
 (0)