diff --git a/frontend/src/pages/Batches/BatchForm.vue b/frontend/src/pages/Batches/BatchForm.vue index 9e838a49..8dabab12 100644 --- a/frontend/src/pages/Batches/BatchForm.vue +++ b/frontend/src/pages/Batches/BatchForm.vue @@ -483,6 +483,10 @@ const trashBatch = (close) => { const conferencingOptions = computed(() => { return [ + { + label: '', + value: '', + }, { label: 'Zoom', value: 'Zoom', diff --git a/lms/lms/doctype/lms_batch/lms_batch.json b/lms/lms/doctype/lms_batch/lms_batch.json index ef1fd637..2f554d19 100644 --- a/lms/lms/doctype/lms_batch/lms_batch.json +++ b/lms/lms/doctype/lms_batch/lms_batch.json @@ -366,7 +366,7 @@ "fieldname": "conferencing_provider", "fieldtype": "Select", "label": "Conferencing Provider", - "options": "Zoom\nGoogle Meet" + "options": "\nZoom\nGoogle Meet" }, { "depends_on": "eval:doc.conferencing_provider=='Zoom'",