Skip to content

Commit

Permalink
Fix prop usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku committed Jul 18, 2024
1 parent e4ab4d9 commit 3abc7b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function ActivityLogOverview({
<ActivityLogDetailModal
open={activityLogDetailModalOpen}
entry={selectedEntry}
onCancel={onCloseActivityLogEntryDetails}
onClose={onCloseActivityLogEntryDetails}
/>
<Table
config={activityLogTableConfig}
Expand Down

0 comments on commit 3abc7b2

Please sign in to comment.