Commit 8c2544be authored by Hines, Jesse's avatar Hines, Jesse
Browse files

Disable state filter

Its misleading as it uses final state not current state
parent 7b008520
Loading
Loading
Loading
Loading
+3 −13
Original line number Diff line number Diff line
@@ -46,21 +46,11 @@ export const headers: ColumnHeader[] = [
    activeFilters: [],
    inputType: "text",
    name: "State",
    operators: [
      FilterOperators.Contains,
      FilterOperators.DoesNotContain,
      FilterOperators.Equals,
      FilterOperators.DoesNotEqual,
      FilterOperators.StartsWith,
      FilterOperators.EndsWith,
      FilterOperators.OneOf,
      FilterOperators.NotOneOf,
      FilterOperators.MinimumLength,
      FilterOperators.MaxiumumLength,
    ],
    operators: [],
    propertyName: "state_current",
    sort: { sortable: true, sorted: false, direction: null },
    sort: { sortable: false, sorted: false, direction: null },
    size: "small",
    filterable: false,
  },
  {
    activeFilters: [],