mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
ci: compile error
This commit is contained in:
parent
0b2dc415af
commit
b417fb5fdf
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class CellDataNotifier<T> extends ChangeNotifier<T> {
|
|||
|
||||
constructor(cellData: Option<T>) {
|
||||
super();
|
||||
this._cellData = Some(cellData);
|
||||
this._cellData = cellData;
|
||||
}
|
||||
|
||||
set cellData(data: Option<T>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue