// assets/js/pages/admin/modals/CreateItemModal.js const CreateItemModal = ({ state, handlers }) => { const { showCreateItemModal, setShowCreateItemModal, photoPreview, loading, categories, } = state; const { handleCreateItem, handlePhotoChange } = handlers; return ( { setShowCreateItemModal(false); state.setPhotoPreview(null); }} title="➕ Tambah Barang Baru" size="large" >
{photoPreview && ( Preview )}