mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 02:26:21 +08:00
refactor(core): remove the unused compareDate field from DocDisplayIconOptions (#10095)
This commit is contained in:
@@ -34,7 +34,6 @@ import type { JournalService } from '../../journal';
|
||||
type IconType = 'rc' | 'lit';
|
||||
interface DocDisplayIconOptions<T extends IconType> {
|
||||
type?: T;
|
||||
compareDate?: Date | Dayjs;
|
||||
/**
|
||||
* Override the mode detected inside the hook:
|
||||
* by default, it will use the `primaryMode$` of the doc.
|
||||
|
||||
Reference in New Issue
Block a user