mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: bank rules
This commit is contained in:
@@ -84,7 +84,7 @@ function RecognizedTransactionsTableRoot({
|
||||
});
|
||||
};
|
||||
|
||||
//
|
||||
// Handles categorize button click.
|
||||
const handleCategorizeClick = (transaction) => {
|
||||
setUncategorizedTransactionIdForMatching(
|
||||
transaction.uncategorized_transaction_id,
|
||||
@@ -137,7 +137,6 @@ const DashboardConstrantTable = styled(DataTable)`
|
||||
background: #fff;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@ export function ActionsMenu({
|
||||
<Menu>
|
||||
<MenuItem
|
||||
text={'Categorize'}
|
||||
icon={<Icon icon="reader-18" />}
|
||||
onClick={safeCallback(onCategorize, original)}
|
||||
/>
|
||||
<MenuDivider />
|
||||
|
||||
Reference in New Issue
Block a user