mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Fix reminders on storage location [SCI-11066]
This commit is contained in:
parent
656e386cdd
commit
5e2eda547b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<i class="sn-icon sn-icon-notifications "></i>
|
||||
</template>
|
||||
<template v-slot:flyout>
|
||||
<ul v-html="reminders.html" class="list-none p-0 reminders-view-mode"></ul>
|
||||
<ul v-if="reminders" v-html="reminders.html" class="list-none p-0 reminders-view-mode"></ul>
|
||||
</template>
|
||||
</GeneralDropdown>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue