Skip to content

Commit 7e3630d

Browse files
committed
reset URL
1 parent d117163 commit 7e3630d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/components/CodeInput.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1818
if (response.status === Status.Error) {
1919
output = response.result;
20+
url = '';
2021
return;
2122
} else if (response.status === Status.Success) {
2223
output = 'your URL: ';

0 commit comments

Comments
 (0)