We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b847cc commit 240da7fCopy full SHA for 240da7f
1 file changed
frontend/src/App.vue
@@ -64,6 +64,7 @@ const fieldIds = {
64
25: 'mintage',
65
14: 'material',
66
7: 'mint',
67
+ 8: 'mintmark',
68
20: 'grade',
69
40: 'paydate',
70
41: 'payprice',
@@ -257,8 +258,8 @@ const handleFileUpload = async (file) => {
257
258
<AboutView v-if="route.name === 'about'" />
259
260
<div class="text-center">
- <v-overlay
261
- v-model="isLoading"
+ <v-overlay
262
+ v-model="isLoading"
263
class="align-center justify-center"
264
persistent
265
>
0 commit comments