chore: add project documentation, restrict email import permissions, and set date format in InboxPage
Build and Push Multi-Platform Images / build-and-push (push) Successful in 32s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 32s
This commit is contained in:
@@ -434,6 +434,7 @@ export default function InboxPage() {
|
||||
{field.type === 'date' ? (
|
||||
<DatePicker
|
||||
style={{ width: '100%' }}
|
||||
format="DD.MM.YYYY"
|
||||
value={fieldValues[field.name] ? dayjs(fieldValues[field.name]) : null}
|
||||
onChange={(d) =>
|
||||
setFieldValues((prev) => ({
|
||||
|
||||
Reference in New Issue
Block a user