|
|
@@ -11,7 +11,6 @@ import 'dart:convert';
|
|
|
import 'dart:ui';
|
|
|
import '/custom_code/actions/index.dart' as actions;
|
|
|
import '/flutter_flow/custom_functions.dart' as functions;
|
|
|
-import '/index.dart';
|
|
|
import 'package:flutter/material.dart';
|
|
|
import 'package:flutter/scheduler.dart';
|
|
|
import 'package:flutter_spinkit/flutter_spinkit.dart';
|
|
|
@@ -532,8 +531,7 @@ class _SelectStateDropDownComponentWidgetState
|
|
|
r'''$.parent_titel''',
|
|
|
).toString();
|
|
|
safeSetState(() {});
|
|
|
-
|
|
|
- context.pushNamed(HomeWidget.routeName);
|
|
|
+ context.safePop();
|
|
|
},
|
|
|
child: Container(
|
|
|
decoration: BoxDecoration(
|