Fix modals not opening

This commit is contained in:
2021-12-14 14:11:54 +00:00
parent 84ddb36d62
commit 9e01be699a
4 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
</div>
{{end}}
<div class="budget-item">
<a href="#newbudgetmodal" data-toggle="modal" data-target="#newbudgetmodal">New Budget</a>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#newbudgetmodal">New Budget</a>
<span class="time"></span>
</div>
{{end}}