mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: get all databases (#1983)
This commit is contained in:
@ -59,7 +59,7 @@ class _BuiltInPageWidgetState extends State<BuiltInPageWidget> {
|
||||
child: CircularProgressIndicator(),
|
||||
);
|
||||
},
|
||||
future: AppService().getView(appID, gridID),
|
||||
future: AppBackendService().getView(appID, gridID),
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -169,7 +169,7 @@ class _LinkToPageMenuState extends State<LinkToPageMenu> {
|
||||
);
|
||||
}
|
||||
},
|
||||
future: AppService().fetchViews(widget.layoutType),
|
||||
future: AppBackendService().fetchViews(widget.layoutType),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user