Skip to content

Commit

Permalink
fix(conditional filter): remove hidden elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Aug 23, 2021
1 parent 0308f3b commit 27e28e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ConditionalFilter extends Component {
constructor(props) {
if (!props.useMobileLayout) {
console.warn(`The prop "useMobileLayout" is set to false. You are using an outdated mobile layout of conditional filter.
Please switch to new layout by adding "useMobileLayout=true" prop to the PrimaryToolbar or ConditionalFilter directly.
Please switch to new layout by adding "useMobileLayout={true}" prop to the PrimaryToolbar or ConditionalFilter directly.
The new mobile layout will become the default in next minor release.`);
}

Expand Down

0 comments on commit 27e28e9

Please sign in to comment.