Fix create bookmark button not doing anything, fix bookmark notes not being saved

This commit is contained in:
Neil Brommer 2021-12-13 22:04:07 -08:00
parent 55625b1be4
commit 07a3245bfc
3 changed files with 6 additions and 5 deletions

View file

@ -51,7 +51,7 @@
@if (this.state.Value.EditMode)
{
<li class="addBookmarkItem">
<button type="button" class="addBookmarkButton btn">
<button type="button" class="addBookmarkButton btn" @onclick="this.OnCreateBookmarkClicked">
<i class="icon icon-plus"></i>
Create Bookmark
</button>