mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 16:07:58 -06:00
Fixed FABs stacking on form fields, some other minor improvements
This commit is contained in:
@@ -37,7 +37,7 @@ abstract class IdQueryParameter extends Equatable {
|
||||
return "&${queryParameterKey}__isnull=$_assignmentStatus";
|
||||
}
|
||||
if (isSet) {
|
||||
return "${queryParameterKey}__id=$id";
|
||||
return "&${queryParameterKey}__id=$id";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user