Skip to content

Commit

Permalink
fix validate
Browse files Browse the repository at this point in the history
  • Loading branch information
yukikurage committed Oct 28, 2022
1 parent 0fbb6d0 commit c507a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Editor/NewGameEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ const rules = {
trigger: 'blur'
},
maintainers: {
type: 'array' as const,
required: false,
trigger: 'blur'
},
owners: {
type: 'array' as const,
required: false,
trigger: 'blur'
}
Expand Down

0 comments on commit c507a34

Please sign in to comment.