Skip to content

Commit 5ed2bd9

Browse files
committed
fix: change invalid context name
1 parent e1b5b05 commit 5ed2bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/ts/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616

1717
registerBlockAttributes();
1818

19-
addFilter('blocks.registerBlockType', 'gpd', filterBlockSettings);
19+
addFilter('blocks.registerBlockType', 'dow-starter-theme', filterBlockSettings);
2020

2121
domReady(() => {
2222
registerBlockStyles();

0 commit comments

Comments
 (0)