mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 10:08:00 -06:00
fix: update codegen build, fix incorrect logging output
This commit is contained in:
@@ -63,7 +63,7 @@ class _SavedViewChipState extends State<SavedViewChip>
|
||||
color: effectiveForegroundColor,
|
||||
),
|
||||
onPressed: () {
|
||||
EditSavedViewRoute(widget.view).push(context);
|
||||
EditSavedViewRoute($extra: widget.view).push(context);
|
||||
},
|
||||
),
|
||||
IconButton(
|
||||
|
||||
Reference in New Issue
Block a user