mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 10:21:39 +03:00
fixbug: [issue76]when click activities button, throw error;
This commit is contained in:
parent
9ec41c013b
commit
f0713400d0
@ -70,8 +70,6 @@ export const Activities = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log('不执行吗');
|
||||
|
||||
const RecentEditPages =
|
||||
(await services.api.userConfig.getRecentEditedPages(
|
||||
currentSpaceId
|
||||
|
@ -3,7 +3,7 @@ import { ServiceBaseClass } from '../base';
|
||||
import { ObserveCallback, ReturnUnobserve } from '../database';
|
||||
import { PageTree } from './page-tree';
|
||||
import { PageConfigItem } from './types';
|
||||
import { QueryIndexMetadata } from '@toeverything/datasource/jwt';
|
||||
import type { QueryIndexMetadata } from '@toeverything/datasource/jwt';
|
||||
|
||||
/** Operate the user configuration at the workspace level */
|
||||
export class UserConfig extends ServiceBaseClass {
|
||||
|
Loading…
Reference in New Issue
Block a user