Skip to content

Commit

Permalink
extra quote caused an error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Jan 30, 2025
1 parent 1bb4697 commit 61534a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/entries/CreateEntryButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h6 v-text="__('Choose Blueprint')" class="p-2" />

<div class="max-h-[75vh] overflow-y-auto">
<div v-for="blueprint in blueprints" :key="blueprint.handle"">
<div v-for="blueprint in blueprints" :key="blueprint.handle">
<dropdown-item :text="blueprint.title" @click="select(blueprint.handle, $event)" />
</div>
</div>
Expand Down

0 comments on commit 61534a9

Please sign in to comment.