mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix(sever): tax rates cell.
This commit is contained in:
@@ -27,7 +27,7 @@ export function TaxRatesSuggestInputCell({
|
||||
items={taxRates}
|
||||
valueAccessor={'id'}
|
||||
labelAccessor={'code'}
|
||||
textAccessor={'name'}
|
||||
textAccessor={'name_formatted'}
|
||||
popoverProps={{ minimal: true, boundary: 'window' }}
|
||||
inputProps={{ placeholder: '' }}
|
||||
fill={true}
|
||||
|
||||
Reference in New Issue
Block a user