diff --git a/shop/components/order-wizard.tsx b/shop/components/order-wizard.tsx index fab3f88..cd55aa3 100644 --- a/shop/components/order-wizard.tsx +++ b/shop/components/order-wizard.tsx @@ -79,6 +79,7 @@ export function OrderWizard({ upgradeMode = false, initialEndCustomerId = null, lockedDeviceId = null, + initialLastLicenseDate = '', }: { products: Product[] categories: Category[]