fix(wizard): destructure initialLastLicenseDate in OrderWizard props
This commit is contained in:
@@ -79,6 +79,7 @@ export function OrderWizard({
|
|||||||
upgradeMode = false,
|
upgradeMode = false,
|
||||||
initialEndCustomerId = null,
|
initialEndCustomerId = null,
|
||||||
lockedDeviceId = null,
|
lockedDeviceId = null,
|
||||||
|
initialLastLicenseDate = '',
|
||||||
}: {
|
}: {
|
||||||
products: Product[]
|
products: Product[]
|
||||||
categories: Category[]
|
categories: Category[]
|
||||||
|
|||||||
Reference in New Issue
Block a user