Skip to content

Commit

Permalink
formatter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Jan 14, 2024
1 parent 8dd75b3 commit 0f78ebf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export default function AddANewTestset() {
router.push(`/apps/${appId}/testsets`)
} catch (e: any) {
if (
e?.response?.data?.detail?.find(
(item: GenericObject) => item?.loc?.includes("csvdata"),
e?.response?.data?.detail?.find((item: GenericObject) =>
item?.loc?.includes("csvdata"),
)
)
message.error(malformedFileError)
Expand Down

0 comments on commit 0f78ebf

Please sign in to comment.