Skip to content

Commit

Permalink
fixed addMetaData modal missing input field
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Aug 27, 2024
1 parent 93268de commit 885b8d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modals/metaData/AddMetaDataModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default {
title: '',
version: '',
description: '',
summary: '',
required: '',
}
navigationStore.setModal(false)
Expand Down

0 comments on commit 885b8d9

Please sign in to comment.