Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-elias committed Nov 11, 2024
1 parent b2ebab2 commit 42d4794
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ const computeFilterRecordGqlOperationFilter = (
parsedOptionValues = JSON.parse(stringifiedSelectValues);
} catch (e) {
throw new Error(
`Cannot parse filter value for SELECT filter : "${stringifiedSelectValues}"`,
`Cannot parse filter value for MULTI_SELECT filter : "${stringifiedSelectValues}"`,
);
}

Expand Down

0 comments on commit 42d4794

Please sign in to comment.