We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7d42d commit 0b5fc95Copy full SHA for 0b5fc95
1 file changed
src/viewer.js
@@ -346,7 +346,6 @@ export class DataViewer extends HTMLElement {
346
347
showErrorMessage(message) {
348
this.shadowRoot.innerHTML = `
349
- ${this.getStyleSheet()}
350
<p style="color: red;">${message}</p>
351
`
352
}
0 commit comments