826 B
826 B
Summary - Admin UMKM & Produk Edit functionality
Changes
- Valtio State: Added
updateanddelmethods for UMKM and Produk modules insrc/app/admin/(dashboard)/_state/ekonomi/umkm/umkm.ts. - List Pages: Updated
data-umkm/page.tsxandproduk/page.tsxto handle edit (navigation) and delete (confirmation modal + state action). - Edit Pages:
- Created
src/app/admin/(dashboard)/ekonomi/umkm/data-umkm/[id]/edit/page.tsx - Created
src/app/admin/(dashboard)/ekonomi/umkm/produk/[id]/edit/page.tsx
- Created
- Component: Integrated
ModalKonfirmasiHapuswith named import. - Version: Bumped to
0.1.21.
Verification
- Successfully ran
bun run build. - Pushed to
tasks/admin-umkm-edit/implement-edit-delete/2026-04-24-11-44. - Merged to
stgand pushed tooriginanddeployremotes.