Skip to content

Commit

Permalink
Remove default value for input
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraWebdev committed Jan 11, 2025
1 parent 6737fa5 commit 448de10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/SoundtrackMetadataForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const emit = defineEmits([
'soundtrackLoaded'
]);
const urlOrSlug = ref("https://downloads.khinsider.com/game-soundtracks/album/portal");
const urlOrSlug = ref("");
const isLoading = ref(false);
async function loadAlbum() {
Expand Down

0 comments on commit 448de10

Please sign in to comment.