mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 00:07:49 -06:00
feat: Finalize notes feature, update translations
This commit is contained in:
@@ -222,7 +222,7 @@ class _DocumentUploadPreparationPageState
|
||||
FormBuilderLocalizedDatePicker(
|
||||
name: DocumentModel.createdKey,
|
||||
firstDate: DateTime(1970, 1, 1),
|
||||
lastDate: DateTime.now(),
|
||||
lastDate: DateTime(2100, 1, 1),
|
||||
locale: Localizations.localeOf(context),
|
||||
labelText: S.of(context)!.createdAt + " *",
|
||||
allowUnset: true,
|
||||
|
||||
Reference in New Issue
Block a user