mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix(Currencies): Currencies preferences.
This commit is contained in:
@@ -52,6 +52,7 @@ function CurrenciesDataTable({
|
||||
loading={isCurrenciesLoading}
|
||||
progressBarLoading={isCurrenciesLoading}
|
||||
TableLoadingRenderer={TableSkeletonRows}
|
||||
ContextMenu={ActionMenuList}
|
||||
noInitialFetch={true}
|
||||
payload={{
|
||||
onDeleteCurrency: handleDeleteCurrency,
|
||||
|
||||
@@ -69,6 +69,7 @@ export function useCurrenciesTableColumns() {
|
||||
{
|
||||
Header: 'Currency sign',
|
||||
width: 120,
|
||||
accessor: 'currency_sign'
|
||||
},
|
||||
{
|
||||
id: 'actions',
|
||||
|
||||
Reference in New Issue
Block a user