Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Sep 30, 2023
1 parent ea31ec9 commit f7917c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileUploader/FileUploaderButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
$: if (ref && files.length === 0) {
labelText = initialLabelText;
ref.value = '';
ref.value = "";
}
</script>

Expand Down

0 comments on commit f7917c7

Please sign in to comment.