Skip to content

Commit

Permalink
Merge pull request #2366 from rjsdnql123/unslick-is-missing-in-filter…
Browse files Browse the repository at this point in the history
…Settings

[Bug]: unslick is missing in filterSettings
  • Loading branch information
akiran authored Apr 11, 2024
2 parents 5478d8d + c7a9666 commit bae8817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/default-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ let defaultProps = {
variableWidth: false,
vertical: false,
waitForAnimate: true,
asNavFor: null
asNavFor: null,
unslick: false
};

export default defaultProps;

0 comments on commit bae8817

Please sign in to comment.