Skip to content

Commit 0545fd5

Browse files
committed
update message bars
1 parent e2faa7d commit 0545fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/views/query-response/response/ResponseMessages.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const ResponseMessages = () => {
6565
// Display link to step to next result
6666
if (odataLink) {
6767
messageBars.push(
68-
<MessageBar intent='warning' key={'odataLink'}>
68+
<MessageBar intent='info' key={'odataLink'}>
6969
<MessageBarBody>
7070
{translateMessage('This response contains an @odata property.')}&nbsp;
7171
<Text font="monospace">@odata.{odataLink.name}</Text>&nbsp;
@@ -119,7 +119,7 @@ export const ResponseMessages = () => {
119119
) {
120120
messageBars.push(
121121
<div key={'displayMessage'}>
122-
<MessageBar intent='warning'>
122+
<MessageBar intent='info'>
123123
<MessageBarBody>
124124
{translateMessage('Using demo tenant')}{' '}
125125
{translateMessage('To access your own data:')}

0 commit comments

Comments
 (0)