Change validator of timeshift to allow for strings (#2051)

This commit is contained in:
vera-liu
2017-01-26 09:55:47 -08:00
committed by GitHub
parent 31af01c4f2
commit a8c29c4ffe

View File

@@ -939,7 +939,6 @@ export const fields = {
time_compare: {
type: 'TextField',
label: 'Time Shift',
isInt: true,
default: null,
description: 'Overlay a timeseries from a ' +
'relative time period. Expects relative time delta ' +