Skip to content

Commit 4f4e149

Browse files
committed
changed charts back to all to start at the metrics page on app card click
1 parent 183e886 commit 4f4e149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/ApplicationsCard/ApplicationsCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const ApplicationsCard = (props) => {
4444
}
4545
else if(example) {
4646
setServicesData([]);
47-
setChart('communications')
47+
setChart('all')
4848

4949
connectToDB(user, i, app, dbURI, dbType)
5050
navigate(`/applications/example/${services.join(' ')}`)

0 commit comments

Comments
 (0)