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 f86cf98 commit 7f71d1bCopy full SHA for 7f71d1b
src/minicharts/index.js
@@ -66,13 +66,6 @@ module.exports = AmpersandView.extend(QueryBuilderMixin, {
66
return true;
67
}
68
69
- if (!app.isFeatureEnabled('Geo Minicharts')) {
70
- return false;
71
- }
72
- if (!navigator.onLine) {
73
74
75
-
76
if (this.model.name === 'Document') {
77
if (this.model.fields.length !== 2
78
|| !this.model.fields.get('type')
0 commit comments