Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Nov 26, 2024
1 parent 6dede40 commit 63247d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function CreateTemplatePartModalContents( {

const defaultTemplatePartAreas = useSelect( ( select ) => {
const areas =
// @ts-expect-error The default_template_part_areas is not part of the core store type.
// @ts-expect-error getEntityRecord is not typed with unstableBase as argument.
select( coreStore ).getEntityRecord< {
default_template_part_areas: Array< {
area: string;
Expand Down

0 comments on commit 63247d0

Please sign in to comment.