mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: accounts suggest field
This commit is contained in:
@@ -58,9 +58,9 @@ export default function AccountCellRenderer({
|
||||
{...formGroupProps}
|
||||
>
|
||||
<AccountsSuggestField
|
||||
accounts={accounts}
|
||||
onAccountSelected={handleAccountSelected}
|
||||
selectedAccountId={initialValue}
|
||||
items={accounts}
|
||||
onItemSelect={handleAccountSelected}
|
||||
selectedValue={initialValue}
|
||||
filterByRootTypes={filterAccountsByRootTypes}
|
||||
filterByTypes={filterAccountsByTypes}
|
||||
inputProps={{
|
||||
|
||||
Reference in New Issue
Block a user