Skip to content

Commit

Permalink
Reports refreshing issue (#111)
Browse files Browse the repository at this point in the history
* (chores)refresh reports

* (chores)reports refresh

* (chores)fixed refresh issue

* (chores)fixed report refreshing issue
  • Loading branch information
Collins-Rop authored Jul 3, 2024
1 parent 11f1cd4 commit a49f2d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const ReportSummary: React.FC<any> = ({ rows = [] }) => {
<button
className={styles.view_button}
onClick={() => {
handleViewClick(locationUuid, reportMappingEntry.report_uuid, Number(row.id));
handleViewClick(selectedLocations, reportMappingEntry.report_uuid, Number(row.log_id));
}}>
View
</button>
Expand Down

0 comments on commit a49f2d6

Please sign in to comment.