Explorar el Código

UI fixes to Geolocation field (#4392)

One field in section takes up 2 col width instead of 1 col
version-14
Revant Nandgaonkar hace 7 años
committed by Rushabh Mehta
padre
commit
ee33c36b55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frappe/public/js/frappe/form/controls/geolocation.js

+ 1
- 1
frappe/public/js/frappe/form/controls/geolocation.js Ver fichero

@@ -1,4 +1,4 @@
frappe.ui.form.ControlGeolocation = frappe.ui.form.ControlData.extend({
frappe.ui.form.ControlGeolocation = frappe.ui.form.ControlCode.extend({
make_wrapper() {
// Create the elements for map area
this._super();


Cargando…
Cancelar
Guardar