feat: update save

This commit is contained in:
efrilm
2025-08-04 00:50:10 +07:00
parent 6302ea0282
commit 571ba9802e
13 changed files with 320 additions and 208 deletions
@@ -152,8 +152,7 @@ class SuccessSaveOrderPage extends StatelessWidget {
children: [
Expanded(
child: Button.outlined(
onPressed: () =>
context.pushReplacement(DashboardPage()),
onPressed: () => context.push(DashboardPage()),
label: 'Kembali',
height: 44,
),