We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ca978e + 569d938 commit 00d1893Copy full SHA for 00d1893
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