fix: user cannot create duplicate links (#680)
This commit is contained in:
parent
a63c551e75
commit
1b30e4b57f
4 changed files with 28 additions and 14 deletions
|
|
@ -343,7 +343,7 @@ class ProjectIssuesServices extends APIService {
|
|||
)
|
||||
.then((response) => response?.data)
|
||||
.catch((error) => {
|
||||
throw error?.response?.data;
|
||||
throw error?.response;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue