Skip to content

Commit

Permalink
Merge pull request #482 from shariquerik/delete-note
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik authored Dec 23, 2024
2 parents f27d4ba + 2aee142 commit 610e6a0
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 610e6a0

Please sign in to comment.