chore: refactor issue component

This commit is contained in:
Muhsin Keloth
2024-05-20 10:31:37 +05:30
parent 4263ea7db1
commit b5d655171e
4 changed files with 118 additions and 137 deletions
@@ -111,6 +111,7 @@ const linkIssue = async () => {
await LinearAPI.link_issue(props.conversationId, issueId);
useAlert(t('INTEGRATION_SETTINGS.LINEAR.LINK.LINK_SUCCESS'));
searchQuery.value = '';
items.value = [];
onClose();
} catch (error) {
useAlert(t('INTEGRATION_SETTINGS.LINEAR.LINK.LINK_ERROR'));