Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 79771a6

Browse files
hoonghee1111hoong hee tan
and
hoong hee tan
authored
Fix bug on updating tags (#187)
Co-authored-by: hoong hee tan <hoonghee@mailer.blueoceanit.com.my>
1 parent 69576b8 commit 79771a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/components/modals/update-note-modal/UpdateNoteModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</b-field>
3535

3636
<b-field v-if="!gistsSelected" horizontal label="Tags">
37-
<b-taginput v-model="note.tags" maxtags="5"> </b-taginput>
37+
<b-taginput v-model="noteUpdated.tags" maxtags="5"> </b-taginput>
3838
</b-field>
3939

4040
<div class="note-file" v-for="(file, index) in files" :key="index">

‎src/components/notes-list/NotesList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
>
6161
<h1>Hey !</h1>
6262
<h2>You don't have any {{ gistsSelected ? "gist" : "note" }}...</h2>
63-
<button class="button is-primary" @click="createNoteModalActive = true">
63+
<button class="button is-primary" @click="showCreateNoteModal()">
6464
Create a new one :)
6565
</button>
6666
</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /