Remove todo
This commit is contained in:
parent
2413d34c3a
commit
e8dbb8f681
|
@ -21,7 +21,7 @@ const HBS_REGEX = /{{([^{].*?)}}/g
|
||||||
export const getValidOperatorsForType = (
|
export const getValidOperatorsForType = (
|
||||||
fieldType: { type: FieldType; subtype?: FieldSubtype },
|
fieldType: { type: FieldType; subtype?: FieldSubtype },
|
||||||
field: string,
|
field: string,
|
||||||
datasource: Datasource & { tableId: any } // TODO: is this table id ever populated?
|
datasource: Datasource & { tableId: any }
|
||||||
) => {
|
) => {
|
||||||
const Op = OperatorOptions
|
const Op = OperatorOptions
|
||||||
const stringOps = [
|
const stringOps = [
|
||||||
|
|
Loading…
Reference in New Issue