771 B
771 B
Task - Admin UMKM & Produk Edit functionality
Description
Implement Edit and Delete functionality for UMKM and Produk modules in the admin dashboard.
Tasks
- Update Valtio state with update/delete modules for UMKM and Produk
- Wire edit/delete buttons in
src/app/admin/(dashboard)/ekonomi/umkm/data-umkm/page.tsx - Wire edit/delete buttons in
src/app/admin/(dashboard)/ekonomi/umkm/produk/page.tsx - Create edit page for UMKM at
src/app/admin/(dashboard)/ekonomi/umkm/data-umkm/[id]/edit/page.tsx - Create edit page for Produk at
src/app/admin/(dashboard)/ekonomi/umkm/produk/[id]/edit/page.tsx - Ensure
ModalKonfirmasiHapusis used correctly - Run
bun run buildand fix errors - Push to task branch and merge to stg