Skip to content

Commit

Permalink
25376 - Adding form clear call to avoid having a left over record mix…
Browse files Browse the repository at this point in the history
…ed up in future director name change requests

Signed-off-by: Thayne Werdal <[email protected]>
  • Loading branch information
TVWerdal committed Feb 25, 2025
1 parent 828481a commit fe6b5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/Directors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,7 @@ export default class Directors extends Mixins(CommonMixin, DateMixin, DirectorMi
this.addAction(director, Actions.CEASED)
}
this.allDirectors.unshift(director)
this.cancelNewDirector()
}
/**
Expand Down

0 comments on commit fe6b5b4

Please sign in to comment.