mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix(mobile): typo of identifier when override config (#8773)
Fixed a typo in the mobile patches where the wrong identifier was being used to override `affine:page` configs.
This commit is contained in:
@@ -557,7 +557,7 @@ export function patchForMobile() {
|
||||
// page configs
|
||||
{
|
||||
const pageConfigIdentifier = ConfigIdentifier('affine:page');
|
||||
const prev = di.getFactory(ConfigIdentifier);
|
||||
const prev = di.getFactory(pageConfigIdentifier);
|
||||
|
||||
di.override(pageConfigIdentifier, provider => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user