fix(components): Pattern default reset fix. Closes #1932
This commit is contained in:
parent
5472d0eb1a
commit
a1ec1520cc
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ const OptionPreamble = ({
|
|||
expanded,
|
||||
toggleExpanded,
|
||||
reset,
|
||||
designReset
|
||||
patternReset
|
||||
}) => {
|
||||
const styles = {
|
||||
container: {
|
||||
|
@ -79,7 +79,7 @@ const OptionPreamble = ({
|
|||
aria-label={resetDesignLabel}
|
||||
color="primary"
|
||||
disabled={value === designDflt ? true : false}
|
||||
onClick={designReset}
|
||||
onClick={patternReset}
|
||||
className="mini-icon-btn pattern"
|
||||
>
|
||||
<ResetIcon />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue