Skip to content

Commit

Permalink
Update filterVariant type options (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Feb 26, 2024
1 parent 842260f commit 83d0069
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -346,7 +346,7 @@ export const columnOptions: ColumnOption[] = [
linkText: '',
source: 'MRT',
required: false,
type: "'text' | 'select' | 'multi-select' | 'range' | 'range-slider' | 'checkbox'",
type: "'text' | 'select' | 'multi-select' | 'range' | 'range-slider' | 'checkbox' | 'autocomplete' | 'date' | 'date-range' | 'datetime' | 'datetime-range' | 'time' | 'time-range'",
},
{
columnOption: 'getGroupingValue',
Expand Down

0 comments on commit 83d0069

Please sign in to comment.