fix(governance): withdrawals dissapearing when the withdraw dialog is opened (#6045)

This commit is contained in:
Matthew Russell 2024-03-19 15:33:08 +00:00 committed by GitHub
parent 1fd1013353
commit c0396db2b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ i18n
load: 'languageOnly',
debug: isInDev,
// have a common namespace used around the full app
ns: ['governance', 'wallet', 'wallet-react'],
ns: ['governance', 'wallet', 'wallet-react', 'assets', 'utils'],
defaultNS: 'governance',
keySeparator: false, // we use content as keys
nsSeparator: false,