Skip to content

Commit

Permalink
supp submit view now does not inherit props from router-view
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett committed Oct 25, 2024
1 parent 8f20a32 commit c5ac0d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ import rules from '@/utils/rules'
export default {
components: { AppDialog, AppButton, IndigenousProgrammingSummary, SupportNeedsSummary, TransportationSummary },
mixins: [alertMixin, permissionsMixin],
inheritAttrs: false,
props: {
back: {
type: Boolean,
Expand Down

0 comments on commit c5ac0d8

Please sign in to comment.