update delete & edit data

This commit is contained in:
Raja Oktafrianto
2025-03-19 09:44:25 +07:00
parent 2909fadc01
commit 621cae6694
3 changed files with 4 additions and 3 deletions

View File

@ -162,6 +162,7 @@ const EditDialog = () => {
doFetchPostoAdms([{ id: 'name', desc: false }]);
}, []);
console.log(selectedSucos);
return (
<Dialog open={showEditDialog} onOpenChange={(open) => handleEditDialog(open, null)}>
<DialogContent className="container-fixed max-w-[768px] flex flex-col p-5 overflow-hidden">