mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-17 00:12:31 -06:00
feat: Make label fields less restrictive, improve change detection in document edit page
This commit is contained in:
@@ -203,7 +203,7 @@ class StoragePath extends Label {
|
||||
const StoragePath({
|
||||
super.id,
|
||||
required super.name,
|
||||
required this.path,
|
||||
this.path = '',
|
||||
super.slug,
|
||||
super.match,
|
||||
super.matchingAlgorithm,
|
||||
|
||||
Reference in New Issue
Block a user