Skip to content

Commit

Permalink
Remove date support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
elenatorro committed Nov 8, 2019
1 parent 2a04d9a commit 2ee9ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/viz/expressions/belongs.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function generateBelongsExpression (name, inlineMaker, jsEval) {

_bindMetadata (meta) {
super._bindMetadata(meta);
const validTypes = ['number', 'category', 'date'];
const validTypes = ['number', 'category'];

validTypes.forEach((type) => {
if (this.input.type === type) {
Expand Down

0 comments on commit 2ee9ad8

Please sign in to comment.