fix success add item order
This commit is contained in:
@@ -58,6 +58,7 @@ class _CheckoutRightPanelState extends State<CheckoutRightPanel> {
|
||||
context.read<OrderFormBloc>().add(
|
||||
OrderFormEvent.customerNameChanged(customerController.text),
|
||||
);
|
||||
context.read<CheckoutFormBloc>().add(CheckoutFormEvent.customerNameChanged(customerController.text));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user