Skip to content

Commit

Permalink
Fix 'Reset all' action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Dec 25, 2024
1 parent 6111506 commit ef8e2e9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ const DimensionControls = ( {
setAttributes( { sizeSlug: nextSizeSlug } )
}
isShownByDefault={ false }
resetAllFilter={ () => ( {
sizeSlug: DEFAULT_SIZE,
} ) }
/>
) }
</>
Expand Down

0 comments on commit ef8e2e9

Please sign in to comment.