Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Oct 18, 2023
1 parent 6172ae4 commit 0ae6ff6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const columns = (
taskAnalytics.sendEvent({
name: "Click Task File Link",
parsleyAvailable: false,
fileName: value.getValue(),
fileName: value.getValue() as GroupedFilesFile["name"],
});
}}
>
Expand Down

0 comments on commit 0ae6ff6

Please sign in to comment.