mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: compile error
This commit is contained in:
parent
0b2dc415af
commit
b417fb5fdf
@ -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…
Reference in New Issue
Block a user