mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 16:07:58 -06:00
BUGFIX conditional none matching algorithm based on API version
This commit is contained in:
@@ -37,7 +37,7 @@ abstract class Label extends Equatable implements Comparable {
|
||||
Label copyWith({
|
||||
int? id,
|
||||
String? name,
|
||||
String match,
|
||||
String? match,
|
||||
MatchingAlgorithm? matchingAlgorithm,
|
||||
bool? isInsensitive,
|
||||
int? documentCount,
|
||||
|
||||
Reference in New Issue
Block a user