Fix types

This commit is contained in:
dominik-zeglen 2019-10-08 14:08:41 +02:00
parent 485a471fe3
commit 0318074806

View file

@ -76,7 +76,7 @@ function canHitNext(
export interface ProductVariantCreateDialogProps export interface ProductVariantCreateDialogProps
extends Omit< extends Omit<
ProductVariantCreateContentProps, ProductVariantCreateContentProps,
"data" | "dispatchFormDataAction" | "step" "data" | "dispatchFormDataAction" | "step" | "onStepClick"
> { > {
defaultPrice: string; defaultPrice: string;
open: boolean; open: boolean;