Skip to content

Commit e1c31ff

Browse files
committed
Remove uneeded dependency
1 parent 81ece3c commit e1c31ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/block-editor/src/store/selectors.js

-3
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,6 @@ export const __experimentalGetParsedPattern = createSelector(
23412341
},
23422342
( state ) => [
23432343
state.settings.__experimentalBlockPatterns,
2344-
state.settings.__experimentalUserPatternCategories,
23452344
state.settings.__experimentalReusableBlocks,
23462345
]
23472346
);
@@ -2365,7 +2364,6 @@ const getAllAllowedPatterns = createSelector(
23652364
},
23662365
( state ) => [
23672366
state.settings.__experimentalBlockPatterns,
2368-
state.settings.__experimentalUserPatternCategories,
23692367
state.settings.__experimentalReusableBlocks,
23702368
state.settings.allowedBlockTypes,
23712369
]
@@ -2394,7 +2392,6 @@ export const __experimentalGetAllowedPatterns = createSelector(
23942392
( state, rootClientId ) => [
23952393
state.settings.__experimentalBlockPatterns,
23962394
state.settings.__experimentalReusableBlocks,
2397-
state.settings.__experimentalUserPatternCategories,
23982395
state.settings.allowedBlockTypes,
23992396
state.settings.templateLock,
24002397
state.blockListSettings[ rootClientId ],

0 commit comments

Comments
 (0)