fix: removed hardcoded default value
This commit is contained in:
parent
bf996a3cbd
commit
3e30084f63
@ -253,7 +253,7 @@ const showNewDialog = ref(false)
|
||||
|
||||
let newDeal = reactive({
|
||||
organization: '',
|
||||
status: 'Qualification',
|
||||
status: '',
|
||||
email: '',
|
||||
mobile_no: '',
|
||||
deal_owner: '',
|
||||
|
||||
@ -256,7 +256,7 @@ let newLead = reactive({
|
||||
last_name: '',
|
||||
lead_name: '',
|
||||
organization: '',
|
||||
status: 'Open',
|
||||
status: '',
|
||||
email: '',
|
||||
mobile_no: '',
|
||||
lead_owner: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user