Update R4P date display.
This commit is contained in:
@@ -48,6 +48,7 @@ export default function CloseDateDisplayMolecule({ job, jobId, close_date }) {
|
||||
<DatePicker
|
||||
value={value && value.isValid() ? value : null}
|
||||
onChange={handleChange}
|
||||
format='MM/DD/YYYY'
|
||||
/>
|
||||
{loading && <Spin size="small" />}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user