fix: remove unused watch import from Tasks.vue
This commit is contained in:
parent
20318d0d13
commit
1effb6bc58
@ -29,6 +29,7 @@
|
||||
</template>
|
||||
<script setup>
|
||||
import { DropdownOption } from '@/utils'
|
||||
import { Dropdown } from 'frappe-ui'
|
||||
import { computed, ref } from 'vue'
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
@ -213,7 +213,7 @@ import { getMeta } from '@/stores/meta'
|
||||
import { usersStore } from '@/stores/users'
|
||||
import { formatDate, timeAgo } from '@/utils'
|
||||
import { Tooltip, Avatar, TextEditor, Dropdown, call } from 'frappe-ui'
|
||||
import { computed, ref, watch } from 'vue'
|
||||
import { computed, ref } from 'vue'
|
||||
import { useRouter } from 'vue-router'
|
||||
|
||||
const { getFormattedPercent, getFormattedFloat, getFormattedCurrency } =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user