Skip to content

Commit f07ce95

Browse files
committed
feat: added assign action to applications list
1 parent d3cfb6d commit f07ce95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/copilots/src/pages/copilot-opportunity-details/tabs/copilot-applications/CopilotApplicationAction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useParams } from 'react-router-dom'
22
import { toast } from 'react-toastify'
33
import { mutate } from 'swr'
4-
import React, { useCallback } from 'react'
4+
import { useCallback } from 'react'
55

66
import { assignCopilotOpportunity, copilotBaseUrl } from '~/apps/copilots/src/services/copilot-opportunities'
77
import { CopilotApplication, CopilotApplicationStatus } from '~/apps/copilots/src/models/CopilotApplication'

0 commit comments

Comments
 (0)