Skip to content

Commit 569d938

Browse files
authored
fix: update message bar intents for o-data (#3804)
1 parent 3a3faec commit 569d938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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;

0 commit comments

Comments
 (0)