[IMP] big inputs on forms in edit mode

This commit is contained in:
Sergey Shebanin
2021-11-24 17:15:03 +03:00
committed by anjeel.haria
parent 8c61be0cf2
commit bf2da55752
6 changed files with 219 additions and 55 deletions

View File

@@ -18,7 +18,7 @@ patch(LegacyControlPanel.prototype, "web_responsive.LegacyControlPanelMobile", {
setup() {
this._super();
this.state = useState({
mobileSearchMode: "",
mobileSearchMode: this.props.withBreadcrumbs ? "" : "quick",
});
this.ui = useContext(deviceContext);
},