Go to activities on activity item click

This commit is contained in:
viown
2025-09-05 16:33:40 +03:00
parent 2e90aa6c54
commit a2222e4272
3 changed files with 7 additions and 4 deletions
@@ -39,6 +39,7 @@ const ActivityLogWidget = () => {
key={entry.Id}
item={entry}
displayShortOverview={true}
to='/dashboard/activity?useractivity=true'
/>
))}
</List>
@@ -31,6 +31,7 @@ const AlertsLogWidget = () => {
key={entry.Id}
item={entry}
displayShortOverview={false}
to='/dashboard/activity?useractivity=false'
/>
))}
</List>