mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(core): add loading for insert ai template (#7369)
This commit is contained in:
@@ -107,7 +107,6 @@ export function fromPromise<T>(
|
||||
.catch(error => {
|
||||
subscriber.error(error);
|
||||
});
|
||||
|
||||
return () => abortController.abort('Aborted');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user