Skip to content

Commit

Permalink
23513 - Statement setting not reflecting correct option when open (bc…
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-barraza authored Jan 13, 2025
1 parent a3a1026 commit 9dadae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.7.4",
"version": "2.7.5",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default {
await orgStore.syncActiveOrgMembers()
await orgStore.fetchStatementSettings()
await orgStore.getStatementRecipients()
if (isEFT) {
if (isEFT()) {
state.frequencySelected = state.statementSettings?.frequencies[2].frequency
} else {
state.frequencySelected = state.statementSettings?.currentFrequency?.frequency || state.statementSettings?.frequencies[0].frequency
Expand Down

0 comments on commit 9dadae3

Please sign in to comment.