Skip to content

Commit

Permalink
update steps for form navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jul 21, 2022
1 parent ad3d4dd commit 85a862a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue-app/src/views/JoinOptimistic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export default class JoinView extends mixins(validationMixin) {
const metadata = await Metadata.get(id)
if (metadata) {
this.metadata = metadata
this.saveFormData()
this.saveFormData(true)
}
} catch (err) {
// TODO display the error
Expand Down

0 comments on commit 85a862a

Please sign in to comment.