EditShipmentDialog
File: admin/EditShipmentDialog.tsx
Category: admin
Props
| Name | Type | Required | Description |
|---|---|---|---|
open | boolean | Yes | - |
shipmentId | `string | null` | Yes |
onOpenChange | (open: boolean) => void | Yes | - |
onSuccess | () => void | Yes | - |
Usage
tsx
import EditShipmentDialog from '@/components/admin/EditShipmentDialog';
<EditShipmentDialog {...props} />