fix: change outlet

This commit is contained in:
efrilm
2025-08-07 11:00:59 +07:00
parent 2cf5ce7ae8
commit 811ae06e58
2 changed files with 27 additions and 17 deletions
@@ -127,7 +127,6 @@ class _HomePageState extends State<HomePage> {
orElse: () {},
loading: () {},
success: () {
context.pop();
Future.delayed(Duration(milliseconds: 300), () {
AppFlushbar.showSuccess(context, 'Outlet berhasil diubah');
context