mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: message lang.
This commit is contained in:
@@ -68,7 +68,7 @@ function ItemsListField({
|
||||
return (
|
||||
<ListSelect
|
||||
items={filteredItems}
|
||||
noResults={<MenuItem disabled={true} text="No results." />}
|
||||
noResults={<MenuItem disabled={true} text={<T id={'no_results'} />} />}
|
||||
itemRenderer={itemRenderer}
|
||||
itemPredicate={filterItem}
|
||||
popoverProps={{ minimal: true }}
|
||||
|
||||
Reference in New Issue
Block a user