mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
WIP / exchangeRate / localize
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
} from '@blueprintjs/core';
|
||||
// import {Select} from '@blueprintjs/select';
|
||||
import MultiSelect from 'components/MultiSelect';
|
||||
import { FormattedMessage as T, useIntl } from 'react-intl';
|
||||
|
||||
export default function AccountsMultiSelect({
|
||||
accounts,
|
||||
@@ -58,7 +59,7 @@ export default function AccountsMultiSelect({
|
||||
<Button
|
||||
rightIcon='caret-down'
|
||||
text={countSelectedAccounts === 0 ?
|
||||
'All accounts' :
|
||||
<T id={'all_accounts'}/>:
|
||||
`(${countSelectedAccounts}) Selected accounts`
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user