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 8318572 commit 3730fddCopy full SHA for 3730fdd
javascript/tokenscript-viewer/src/components/viewers/new/add/script-select-dialog.tsx
@@ -24,7 +24,7 @@ export class ScriptSelectDialog {
24
25
let scriptData = this.scripts;
26
let buttons = [];
27
- let currentSelection;
+ let currentSelection = "";
28
29
const query = new URLSearchParams(document.location.search.substring(1));
30
if (query.has("scriptId")) {
0 commit comments