[forms] fix "tips" component for desktop
This commit is contained in:
parent
2e04d92d0b
commit
89abc1b364
|
@ -1978,4 +1978,6 @@ define([
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
DE.Controllers.Desktop = new Desktop();
|
DE.Controllers.Desktop = new Desktop();
|
||||||
|
Common.Controllers = Common.Controllers || {};
|
||||||
|
Common.Controllers.Desktop = DE.Controllers.Desktop;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue