fix(wizard): destructure initialLastLicenseDate in OrderWizard props

This commit is contained in:
DanielS
2026-08-11 23:34:56 +02:00
parent b2a5f7cc64
commit d066316b67

View File

@@ -79,6 +79,7 @@ export function OrderWizard({
upgradeMode = false,
initialEndCustomerId = null,
lockedDeviceId = null,
initialLastLicenseDate = '',
}: {
products: Product[]
categories: Category[]