We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3faec commit 569d938Copy full SHA for 569d938
src/app/views/query-response/response/ResponseMessages.tsx
@@ -65,7 +65,7 @@ export const ResponseMessages = () => {
65
// Display link to step to next result
66
if (odataLink) {
67
messageBars.push(
68
- <MessageBar intent='warning' key={'odataLink'}>
+ <MessageBar intent='info' key={'odataLink'}>
69
<MessageBarBody>
70
{translateMessage('This response contains an @odata property.')}
71
<Text font="monospace">@odata.{odataLink.name}</Text>
0 commit comments