updated mdi package, note icon is changing ifthere is a note
This commit is contained in:
@ -63,7 +63,8 @@
|
||||
</div>
|
||||
</section>
|
||||
<section class="tool note">
|
||||
<span class="btn mdi mdi-square-edit-outline"/>
|
||||
<span v-if="note_nid" class="btn mdi mdi-note"/>
|
||||
<span v-else class="btn mdi mdi-note-outline"/>
|
||||
<div class="tool-content">
|
||||
<textarea spellcheck="false" v-model="note" name="note"/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user