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({
organization: '',
status: 'Qualification',
status: '',
email: '',
mobile_no: '',
deal_owner: '',

View File

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