From d066316b67ae7d1ac94971f6b49564d7871a5aed Mon Sep 17 00:00:00 2001 From: DanielS Date: Tue, 11 Aug 2026 23:34:56 +0200 Subject: [PATCH] fix(wizard): destructure initialLastLicenseDate in OrderWizard props --- shop/components/order-wizard.tsx | 1 + 1 file changed, 1 insertion(+) 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[]