Skip to content

Commit

Permalink
I might be a bit stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jul 20, 2024
1 parent 56eddb3 commit 146d223
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/pack/pack-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@
:items="tags"
:label="$root.lang().database.labels.pack_tags"
/>
<v-text-field
:color="color"
required
type="number"
v-model="formData.resolution"
:label="$root.lang().database.labels.pack_resolution"
/>
<v-text-field
:color="color"
:rules="downloadLinkRules"
Expand Down

0 comments on commit 146d223

Please sign in to comment.