mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: money out.
This commit is contained in:
@@ -29,7 +29,7 @@ import {
|
||||
handleDateChange,
|
||||
} from 'utils';
|
||||
import { CLASSES } from 'common/classes';
|
||||
import { useMoneyOutDialogContext } from '../MoneyOutProvider';
|
||||
import { useMoneyOutDialogContext } from '../MoneyOutDialogProvider';
|
||||
|
||||
/**
|
||||
* Other expense form fields.
|
||||
@@ -41,7 +41,7 @@ function OtherExpnseFormFields() {
|
||||
const amountFieldRef = useAutofocus();
|
||||
|
||||
return (
|
||||
<div className={Classes.DIALOG_BODY}>
|
||||
<React.Fragment>
|
||||
<Row>
|
||||
<Col xs={5}>
|
||||
{/*------------ Date -----------*/}
|
||||
@@ -188,7 +188,7 @@ function OtherExpnseFormFields() {
|
||||
</FormGroup>
|
||||
)}
|
||||
</FastField>
|
||||
</div>
|
||||
</React.Fragment>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user