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
|
export interface ProductVariantCreateDialogProps
|
||||||
extends Omit<
|
extends Omit<
|
||||||
ProductVariantCreateContentProps,
|
ProductVariantCreateContentProps,
|
||||||
"data" | "dispatchFormDataAction" | "step"
|
"data" | "dispatchFormDataAction" | "step" | "onStepClick"
|
||||||
> {
|
> {
|
||||||
defaultPrice: string;
|
defaultPrice: string;
|
||||||
open: boolean;
|
open: boolean;
|
||||||
|
|
Loading…
Reference in a new issue