Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix vega visualization error message not been formatted #6777

Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ The URL is an identifier only. OpenSearch Dashboards and your browser will never
i18n.translate('visTypeVega.vegaParser.notSupportedUrlTypeErrorMessage', {
defaultMessage: '{urlObject} is not supported',
values: {
urlObject: 'url: {"%type%": "${type}"}',
urlObject: `url: {"%type%": "${type}"}`,
},
})
);
Expand Down
Loading