Skip to content

Commit

Permalink
fix(condo): DOMA-10829 fix displaying of BankAccount models within ad…
Browse files Browse the repository at this point in the history
…min ui
  • Loading branch information
AleX83Xpert committed Dec 11, 2024
1 parent 4a88ef3 commit ecc7aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/condo/domains/banking/schema/BankAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ const BankAccount = new GQLListSchema('BankAccount', {
},
],
},
escapeSearch: true,
})

module.exports = {
Expand Down

0 comments on commit ecc7aeb

Please sign in to comment.