We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048572d commit d727100Copy full SHA for d727100
src/components/modal-design-library/modal.js
@@ -78,7 +78,7 @@ export const ModalDesignLibrary = props => {
78
const [ selectedContainerScheme, setSelectedContainerScheme ] = useState( '' )
79
const [ selectedBackgroundScheme, setSelectedBackgroundScheme ] = useState( '' )
80
81
- const savedPatterns = applyFilters( 'stackable.design-library.patterns', selectedTab )
+ const savedPatterns = applyFilters( 'stackable.design-library.patterns', [], selectedTab )
82
83
// For version 4, the default tab is now 'patterns' and for category, we use '' instead of 'All'.
84
// So we need to update the local storage values here.
0 commit comments