Remove template from settings type (unused)
This commit is contained in:
parent
3dbd06ef1b
commit
e766673829
|
@ -41,7 +41,6 @@ type BlockEditorProps = {
|
|||
productId: number;
|
||||
settings:
|
||||
| ( Partial< EditorSettings & EditorBlockListSettings > & {
|
||||
template?: Template[];
|
||||
templates: Record< string, Template[] >;
|
||||
} )
|
||||
| undefined;
|
||||
|
|
Loading…
Reference in New Issue