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 d117163 commit 7e3630dCopy full SHA for 7e3630d
1 file changed
src/lib/components/CodeInput.svelte
@@ -17,6 +17,7 @@
17
18
if (response.status === Status.Error) {
19
output = response.result;
20
+ url = '';
21
return;
22
} else if (response.status === Status.Success) {
23
output = 'your URL: ';
0 commit comments