fix: removed hardcoded default value

This commit is contained in:
Shariq Ansari 2023-12-13 16:27:21 +05:30
parent bf996a3cbd
commit 3e30084f63
2 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ const showNewDialog = ref(false)
let newDeal = reactive({ let newDeal = reactive({
organization: '', organization: '',
status: 'Qualification', status: '',
email: '', email: '',
mobile_no: '', mobile_no: '',
deal_owner: '', deal_owner: '',

View File

@ -256,7 +256,7 @@ let newLead = reactive({
last_name: '', last_name: '',
lead_name: '', lead_name: '',
organization: '', organization: '',
status: 'Open', status: '',
email: '', email: '',
mobile_no: '', mobile_no: '',
lead_owner: '', lead_owner: '',