Fix create bookmark button not doing anything, fix bookmark notes not being saved
This commit is contained in:
parent
55625b1be4
commit
07a3245bfc
3 changed files with 6 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue