Skip to content

Commit

Permalink
Restore edits from bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Nov 6, 2024
1 parent 358162e commit 90f2ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rainfall-frontend/src/components/SitesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ export default {
v-for="site in sites"
class="flex flex-row justify-between p-2 mb-2 last:mb-0 bg-blue-500 text-white"
>
<span class="site-name w-40">
<span @click="editSite(site.id)" class="site-name w-40">
{{ site.name }}
<button
@click="showDeleteModal(site.id)"
@click.stop="showDeleteModal(site.id)"
type="button"
class="delete-site-overview-button"
>
Expand Down

0 comments on commit 90f2ea5

Please sign in to comment.