Skip to content

EditShipmentDialog

File: admin/EditShipmentDialog.tsx

Category: admin

Props

NameTypeRequiredDescription
openbooleanYes-
shipmentId`stringnull`Yes
onOpenChange(open: boolean) => voidYes-
onSuccess() => voidYes-

Usage

tsx
import EditShipmentDialog from '@/components/admin/EditShipmentDialog';

<EditShipmentDialog {...props} />

Released under Commercial License