diff --git a/frontend/src/components/Modals/TaskModal.vue b/frontend/src/components/Modals/TaskModal.vue index 3c4a59a7..db8fcfb6 100644 --- a/frontend/src/components/Modals/TaskModal.vue +++ b/frontend/src/components/Modals/TaskModal.vue @@ -44,19 +44,25 @@ - - + + - - - - @@ -85,8 +72,7 @@ import Link from '@/components/Controls/Link.vue' import OrganizationModal from '@/components/Modals/OrganizationModal.vue' import { usersStore } from '@/stores/users' import { statusesStore } from '@/stores/statuses' -import { activeAgents } from '@/utils' -import { FormControl, Button, Dropdown, FeatherIcon } from 'frappe-ui' +import { FormControl, Tooltip } from 'frappe-ui' import { ref } from 'vue' const { getUser } = usersStore() diff --git a/frontend/src/components/NewLead.vue b/frontend/src/components/NewLead.vue index e3e626ef..0b99f679 100644 --- a/frontend/src/components/NewLead.vue +++ b/frontend/src/components/NewLead.vue @@ -45,7 +45,9 @@ @@ -70,8 +72,7 @@ import OrganizationModal from '@/components/Modals/OrganizationModal.vue' import Link from '@/components/Controls/Link.vue' import { usersStore } from '@/stores/users' import { statusesStore } from '@/stores/statuses' -import { activeAgents } from '@/utils' -import { FormControl, Button, Dropdown, FeatherIcon } from 'frappe-ui' +import { FormControl, Tooltip } from 'frappe-ui' import { ref } from 'vue' const { getUser } = usersStore() diff --git a/frontend/src/pages/Deal.vue b/frontend/src/pages/Deal.vue index 2b122b11..3d165402 100644 --- a/frontend/src/pages/Deal.vue +++ b/frontend/src/pages/Deal.vue @@ -4,20 +4,25 @@