mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: message lang.
This commit is contained in:
@@ -58,7 +58,7 @@ export default function ContactsMultiSelect({
|
||||
return (
|
||||
<MultiSelect
|
||||
items={contacts}
|
||||
noResults={<MenuItem disabled={true} text="No results." />}
|
||||
noResults={<MenuItem disabled={true} text={<T id={'no_results'} />} />}
|
||||
itemRenderer={contactRenderer}
|
||||
popoverProps={{ minimal: true }}
|
||||
filterable={true}
|
||||
|
||||
Reference in New Issue
Block a user