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 f015881 commit 75c159bCopy full SHA for 75c159b
‎src/pages/Insights/InsightsDrawer/components/ButtonsFooter.tsx‎
@@ -89,7 +89,7 @@ export const ButtonsFooter = ({
89
uploaderId: o.uploaderId,
90
mediaId: o.video.id,
91
deviceType: o.video.deviceType,
92
- usecaseTitle: '', // TODO: @sinatragianpaolo add usecaseTitle to API GET /campaigns/{cid}/insights observations
+ usecaseTitle: o.usecaseTitle,
93
})),
94
})
95
}
0 commit comments