We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183e886 commit 4f4e149Copy full SHA for 4f4e149
1 file changed
app/components/ApplicationsCard/ApplicationsCard.tsx
@@ -44,7 +44,7 @@ const ApplicationsCard = (props) => {
44
}
45
else if(example) {
46
setServicesData([]);
47
- setChart('communications')
+ setChart('all')
48
49
connectToDB(user, i, app, dbURI, dbType)
50
navigate(`/applications/example/${services.join(' ')}`)
0 commit comments