mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 03:15:49 -06:00
WIP - more decoupling of blocs
This commit is contained in:
@@ -200,11 +200,12 @@ class _DocumentUploadPreparationPageState
|
||||
CorrespondentQuery.notAssigned,
|
||||
prefixIcon: const Icon(Icons.person_outline),
|
||||
),
|
||||
const TagFormField(
|
||||
TagFormField(
|
||||
name: DocumentModel.tagsKey,
|
||||
notAssignedSelectable: false,
|
||||
anyAssignedSelectable: false,
|
||||
excludeAllowed: false,
|
||||
selectableOptions: state.tags,
|
||||
//Label: "Tags" + " *",
|
||||
),
|
||||
Text(
|
||||
|
||||
Reference in New Issue
Block a user