Skip to content

Commit

Permalink
Merge pull request #10294 from jacob-nv/remove-expiration-date-dropdown
Browse files Browse the repository at this point in the history
Clear expiration date after submit
  • Loading branch information
kulmann authored Jan 5, 2024
2 parents 277e6d9 + f705f4a commit c09da73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ export default defineComponent({
})
})
this.expirationDate = null
this.selectedCollaborators = []
this.saving = false
},
Expand Down

0 comments on commit c09da73

Please sign in to comment.