Skip to content

Commit

Permalink
Added a missing getter (#493)
Browse files Browse the repository at this point in the history
- app version = 6.3.5
- added a missing getter
  • Loading branch information
severinbeauvais authored Apr 27, 2023
1 parent a9db1ea commit a8bfa8a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "6.3.4",
"version": "6.3.5",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand Down
1 change: 1 addition & 0 deletions src/components/Dashboard/TodoList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ export default class TodoList extends Vue {
@Getter getTasks!: Array<ApiTaskIF>
@Getter getTodoListResource!: TodoListResourceIF
@Getter isBenBcCccUlc!: boolean
@Getter isGoodStanding!: boolean
@Action setARFilingYear!: ActionBindingIF
@Action setArMinDate!: ActionBindingIF
Expand Down
1 change: 1 addition & 0 deletions src/components/EntityInfo/EntityMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export default class EntityMenu extends Vue {
@Getter getIdentifier!: string
@Getter getReasonText!: string
@Getter isFirm!: boolean
@Getter isGoodStanding!: boolean
@Getter isHistorical!: boolean
@Getter isPendingDissolution!: boolean
Expand Down
1 change: 1 addition & 0 deletions src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ export default {
'isAppTask',
'isBenBcCccUlc',
'isFirm',
'isGoodStanding',
'isHistorical',
'isPartnership',
'isRoleStaff',
Expand Down

0 comments on commit a8bfa8a

Please sign in to comment.