[forms] fix "tips" component for desktop

This commit is contained in:
Maxim Kadushkin 2022-08-26 00:31:29 +03:00
parent 2e04d92d0b
commit 89abc1b364

View file

@ -1978,4 +1978,6 @@ define([
}
};
DE.Controllers.Desktop = new Desktop();
Common.Controllers = Common.Controllers || {};
Common.Controllers.Desktop = DE.Controllers.Desktop;
});