fix: cannot delete note

This commit is contained in:
Shariq Ansari 2024-12-23 10:41:50 +05:30
parent d62850b1f9
commit 2aee14209a

View File

@ -52,7 +52,7 @@
<script setup>
import UserAvatar from '@/components/UserAvatar.vue'
import { timeAgo, formatDate } from '@/utils'
import { Tooltip, Dropdown, TextEditor } from 'frappe-ui'
import { Tooltip, Dropdown, TextEditor, call } from 'frappe-ui'
import { usersStore } from '@/stores/users'
const props = defineProps({