Skip to content

Commit

Permalink
fix(constants.js): the hideCtaIds feature was missing having a defaul…
Browse files Browse the repository at this point in the history
…t config

This causes milo and dexter card collections to break when we point to the latest version of caas-ui

MWPW-126169
  • Loading branch information
sanrai committed Mar 16, 2023
1 parent 6cbd4ea commit 1c3034e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/app.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Chimera UI Libraries - Build 3/16/2023, 11:03:08
* Chimera UI Libraries - Build 3/16/2023, 11:57:07
*
*/
/******/ (function(modules) { // webpackBootstrap
Expand Down Expand Up @@ -1581,6 +1581,7 @@ var DEFAULT_CONFIG = exports.DEFAULT_CONFIG = {
}
},
featuredCards: [],
hideCtaIds: [],
header: {
enabled: false
},
Expand Down
4 changes: 2 additions & 2 deletions dist/main.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1c3034e

Please sign in to comment.