Skip to content

Commit

Permalink
reset URL
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Mar 20, 2023
1 parent d117163 commit 7e3630d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/CodeInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
if (response.status === Status.Error) {
output = response.result;
url = '';
return;
} else if (response.status === Status.Success) {
output = 'your URL: ';
Expand Down

0 comments on commit 7e3630d

Please sign in to comment.