fix: issue archive improvement, chore: code refactor (#1520)

* style: select month modal

* chore: automation setting dropdown updated ,style: month dropdown styling

* chore: restore issue alert message updated

* chore: archive issue fetching updated and code refactor

* fix: build fix
This commit is contained in:
Anmol Singh Bhatia
2023-07-13 17:04:24 +05:30
committed by GitHub
parent a829e6fc40
commit 3f3fb373cc
10 changed files with 53 additions and 53 deletions

View File

@@ -536,7 +536,7 @@ class ProjectIssuesServices extends APIService {
});
}
async unArchivedIssue(workspaceSlug: string, projectId: string, issueId: string): Promise<any> {
async unarchiveIssue(workspaceSlug: string, projectId: string, issueId: string): Promise<any> {
return this.post(`/api/workspaces/${workspaceSlug}/projects/${projectId}/unarchive/${issueId}/`)
.then((response) => response?.data)
.catch((error) => {