mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
fix : estimate date
This commit is contained in:
@@ -83,7 +83,7 @@ function EstimateFormHeader({
|
|||||||
{...momentFormatter('YYYY/MM/DD')}
|
{...momentFormatter('YYYY/MM/DD')}
|
||||||
value={tansformDateValue(value)}
|
value={tansformDateValue(value)}
|
||||||
onChange={handleDateChange((formattedDate) => {
|
onChange={handleDateChange((formattedDate) => {
|
||||||
form.setFieldValue('estimate_date', formatMessage);
|
form.setFieldValue('estimate_date', formattedDate);
|
||||||
})}
|
})}
|
||||||
popoverProps={{ position: Position.BOTTOM, minimal: true }}
|
popoverProps={{ position: Position.BOTTOM, minimal: true }}
|
||||||
inputProps={{
|
inputProps={{
|
||||||
|
|||||||
Reference in New Issue
Block a user