Fixed issue edit client

This commit is contained in:
Juan Gilsanz Polo 2023-10-11 22:11:08 +02:00
parent f84b217d91
commit 4b03dbeb18

View file

@ -131,6 +131,7 @@ class _AddedListState extends State<AddedList> {
openClientFormModal(
context: context,
width: width,
client: client,
onConfirm: confirmEditClient,
onDelete: deleteClient
);