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 04af5fa commit 65cae5aCopy full SHA for 65cae5a
javascript/tokenscript-viewer/src/components/viewers/new/new-viewer.tsx
@@ -169,12 +169,6 @@ export class NewViewer {
169
if (tsMeta.loadType == "url" && new URL(tsMeta.tokenScriptId).hostname === "localhost")
170
return;
171
172
- this.showToast.emit({
173
- type: "error",
174
- title: "Failed to load TokenScript",
175
- description: e.message
176
- });
177
-
178
this.myTokenScripts = {...this.myTokenScripts, [tsMeta.tokenScriptId]: tsMeta};
179
}
180
0 commit comments