mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: style bill form.
feat: add row and column of grid components.
This commit is contained in:
@@ -342,10 +342,6 @@ function ExpenseForm({
|
||||
category.amount && category.index && category.expense_account_id,
|
||||
);
|
||||
|
||||
console.log(categories, 'V');
|
||||
|
||||
console.log(formik.errors, 'Error');
|
||||
|
||||
return (
|
||||
<div className={'expense-form'}>
|
||||
<form onSubmit={formik.handleSubmit}>
|
||||
|
||||
Reference in New Issue
Block a user