mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 12:21:42 +03: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:
parent
35f3fc7b5d
commit
81fc9e1aa1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user