mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-31 17:19:56 +08:00
refactor(editor): add runtime type checks to database cell values (#10770)
This commit is contained in:
@@ -94,7 +94,7 @@ export const processTable = (
|
||||
if (isDelta(cell.value)) {
|
||||
value = cell.value;
|
||||
} else {
|
||||
value = property.config.cellToString({
|
||||
value = property.config.rawValue.toString({
|
||||
value: cell.value,
|
||||
data: col.data,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user