Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin committed Oct 16, 2024
1 parent 97c597e commit 30bcb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/approval-type/ApprovalType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default class ApprovalType extends Vue {
]
get noticeDateErrorMsg (): string {
return (this.validate && !this.noticeDateText) ? 'Date is required': null
return (this.validate && !this.noticeDateText) ? 'Date is required' : null
}
get applicationDateErrorMsg (): string {
Expand Down

0 comments on commit 30bcb56

Please sign in to comment.