Skip to content

Commit

Permalink
fix: cannot delete note
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Dec 23, 2024
1 parent d62850b commit 2aee142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Activities/NoteArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 2aee142

Please sign in to comment.