[WEB-3863] fix: links error handling #7126
This commit is contained in:
parent
a0a697401b
commit
099a1cc12b
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ export class IssueLinkStore implements IIssueLinkStore {
|
|||
set(this.linkMap, [linkId, key], initialData[key as keyof TIssueLink]);
|
||||
});
|
||||
});
|
||||
return initialData;
|
||||
throw error;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue