mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat(ExpenseForm): optimize style fo expense form.
This commit is contained in:
@@ -10,7 +10,6 @@ import {
|
||||
updateMinEntriesLines,
|
||||
updateAutoAddNewLine,
|
||||
updateRemoveLineByIndex,
|
||||
orderingLinesIndexes,
|
||||
} from 'utils';
|
||||
|
||||
/**
|
||||
@@ -75,7 +74,6 @@ export default function ExpenseFormEntriesTable({
|
||||
autoFocus: ['expense_account_id', 0],
|
||||
currencyCode
|
||||
}}
|
||||
footer={true}
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user