fix linting (and change a little wording in onboarding page)

This commit is contained in:
2025-02-03 16:36:13 -07:00
parent 5cb2ac339d
commit 6a070a1715
11 changed files with 442 additions and 290 deletions

View File

@@ -117,7 +117,7 @@ export default class PromptDialog extends Vue {
onOption3: this.onOption3,
onCancel: this.onCancel,
} as NotificationIface,
-1
-1,
);
}
@@ -149,4 +149,4 @@ export default class PromptDialog extends Vue {
close("string that does not matter");
}
}
</script>
</script>