Skip to content

Commit

Permalink
chore: fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Oct 19, 2023
1 parent 61972cf commit f94aca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/InputFolder.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
});
});
}
$: id = `dataview_${index}`;
$: id = `input_folder_${index}`;
</script>

<!-- The autocomplete input will be inside the first div, so we remove some styles with the utility classes -->
Expand Down

0 comments on commit f94aca7

Please sign in to comment.