mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 05:05:52 +08:00
refactor(editor): add runtime type checks to database cell values (#10770)
This commit is contained in:
@@ -81,7 +81,7 @@ export class DatabaseColumnStatsCell extends SignalWatcher(
|
||||
return this.column.valueGet(id);
|
||||
});
|
||||
}
|
||||
return this.column.cells$.value.map(cell => cell.value$.value);
|
||||
return this.column.cells$.value.map(cell => cell.jsonValue$.value);
|
||||
});
|
||||
|
||||
groups$ = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user