Fix types
This commit is contained in:
parent
485a471fe3
commit
0318074806
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ function canHitNext(
|
|||
export interface ProductVariantCreateDialogProps
|
||||
extends Omit<
|
||||
ProductVariantCreateContentProps,
|
||||
"data" | "dispatchFormDataAction" | "step"
|
||||
"data" | "dispatchFormDataAction" | "step" | "onStepClick"
|
||||
> {
|
||||
defaultPrice: string;
|
||||
open: boolean;
|
||||
|
|
Loading…
Reference in a new issue