Skip to content

Commit

Permalink
Update public/components/report_definitions/create/create_report_defi…
Browse files Browse the repository at this point in the history
…nition.tsx

Co-authored-by: Joshua Li <[email protected]>
Signed-off-by: Sumukh Swamy <[email protected]>
  • Loading branch information
sumukhswamy and joshuali925 authored Feb 10, 2025
1 parent 4a2ed80 commit c814116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export function CreateReport(props: {
setToasts(toasts.filter((toast: any) => toast.id !== removedToast.id));

Check warning on line 203 in public/components/report_definitions/create/create_report_definition.tsx

View workflow job for this annotation

GitHub Actions / Lint

Unexpected any. Specify a different type
};

const NewTimeRange = {
const newTimeRange = {

Check failure on line 206 in public/components/report_definitions/create/create_report_definition.tsx

View workflow job for this annotation

GitHub Actions / Lint

'newTimeRange' is assigned a value but never used. Allowed unused vars must match /^_/u
timeFrom: new Date(),
timeTo: new Date(),
};
Expand Down

0 comments on commit c814116

Please sign in to comment.