mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
chore: return database rows on open
This commit is contained in:
parent
ed977868cf
commit
034d4d9bf4
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export class DatabaseController {
|
|||
this.databaseViewCache.initializeWithRows(database.rows);
|
||||
|
||||
this._callback?.onViewChanged?.(database);
|
||||
return loadGroupResult;
|
||||
return Ok(database.rows);
|
||||
} else {
|
||||
return Err(openDatabaseResult.val);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue