fix(core): add loading for insert ai template (#7369)

This commit is contained in:
EYHN
2024-06-28 14:19:59 +08:00
committed by GitHub
parent 855d555480
commit eca484dc28
3 changed files with 69 additions and 13 deletions

View File

@@ -107,7 +107,6 @@ export function fromPromise<T>(
.catch(error => {
subscriber.error(error);
});
return () => abortController.abort('Aborted');
});
}