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:
L-Sun 2024-11-12 02:24:14 +00:00
parent 35f3fc7b5d
commit 81fc9e1aa1
No known key found for this signature in database
GPG Key ID: D5C252102D2B576F

View File

@ -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 {