File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/views/query-response/response Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.' ) }
7171 < Text font = "monospace" > @odata.{ odataLink . name } </ Text >
@@ -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:' ) }
You can’t perform that action at this time.
0 commit comments