fix problems with :href links causing the app to reload for DB errors on mobile

This commit is contained in:
2025-06-13 20:39:12 -06:00
parent 145f147ef0
commit 5a62c965df
4 changed files with 43 additions and 17 deletions

View File

@@ -407,14 +407,14 @@
</a>
</div>
<div class="mt-2 ml-2">
<a
<router-link
v-if="isRegistered"
class="text-blue-500 cursor-pointer"
:href="urlForNewGive"
:to="urlForNewGive"
>
<font-awesome icon="file-lines" />
Record a Give Similar to the Original
</a>
</router-link>
</div>
</div>
</div>