Skip to content

Commit

Permalink
ts check
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Apr 4, 2024
1 parent 86a392b commit 928bfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/EditReportFieldDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ function EditReportFieldDropdownPage({onSubmit, fieldKey, fieldValue, fieldOptio
const validFieldOptions = fieldOptions?.filter((option) => !!option);

const {policyReportFieldOptions} = OptionsListUtils.getFilteredOptions(
{},
{},
[],
[],
[],
debouncedSearchValue,
[
Expand Down

0 comments on commit 928bfae

Please sign in to comment.