Remove productType from ProductEditorContext interface
This commit is contained in:
parent
7fd28367d8
commit
df2a0eb337
|
@ -6,7 +6,6 @@ import { BlockEditProps } from '@wordpress/blocks';
|
||||||
export interface ProductEditorContext {
|
export interface ProductEditorContext {
|
||||||
postId: number;
|
postId: number;
|
||||||
postType: string;
|
postType: string;
|
||||||
productType: string;
|
|
||||||
selectedTab: string | null;
|
selectedTab: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue