소스 검색

UI fixes to Geolocation field (#4392)

One field in section takes up 2 col width instead of 1 col
version-14
Revant Nandgaonkar 7 년 전
committed by Rushabh Mehta
부모
커밋
ee33c36b55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/public/js/frappe/form/controls/geolocation.js

+ 1
- 1
frappe/public/js/frappe/form/controls/geolocation.js 파일 보기

@@ -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();


불러오는 중...
취소
저장