fix: update codegen build, fix incorrect logging output

This commit is contained in:
Anton Stubenbord
2023-10-24 16:16:29 +02:00
parent c35fc7cb47
commit 03d8cb55c7
6 changed files with 88 additions and 99 deletions

View File

@@ -63,7 +63,7 @@ class _SavedViewChipState extends State<SavedViewChip>
color: effectiveForegroundColor,
),
onPressed: () {
EditSavedViewRoute(widget.view).push(context);
EditSavedViewRoute($extra: widget.view).push(context);
},
),
IconButton(