Compare commits

...

5 Commits

Author SHA1 Message Date
kunal_17
f93ad6c886 chore: pulled the latest changes 2023-05-02 16:38:11 +05:30
kunal_17
cfe69e90b5 Co-authored-by: Aaryan Khandelwal <aaryan610@users.noreply.github.com> 2023-04-21 22:26:38 +05:30
kunal_17
dee8a1dfa0 chore: pulled latest changes from develop 2023-04-21 22:24:26 +05:30
kunal_17
277c36cfdb feat: slack integration frontend complete 2023-04-21 22:21:25 +05:30
kunal_17
6a0a272386 feat: slack integration frontend 2023-04-21 13:36:35 +05:30

View File

@ -18,6 +18,7 @@ import SlackLogo from "public/services/slack.png";
import { IWorkspaceIntegration } from "types";
// fetch-keys
import { PROJECT_GITHUB_REPOSITORY } from "constants/fetch-keys";
import { comboMatches } from "@blueprintjs/core";
type Props = {
integration: IWorkspaceIntegration;