Skip to content

Commit

Permalink
Merge pull request #2246 from bcgov/luna/fixsinglepage
Browse files Browse the repository at this point in the history
[Change] [GWELLS-#2218] Well Submission Defaults to Single Page
  • Loading branch information
lunamoonmoon authored Jun 18, 2024
2 parents b2923b5 + b330b8e commit 323eda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/submissions/views/SubmissionsHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ export default {
// that the data will be available by the time those components render.
this.$store.dispatch(FETCH_WELL_TAGS)
this.activityType = 'CON'
this.formIsFlat = false
this.formIsFlat = true
}
this.fetchFiles()
// Set initial form fields for comparison with user input changes
Expand Down

0 comments on commit 323eda1

Please sign in to comment.