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({
|
let newDeal = reactive({
|
||||||
organization: '',
|
organization: '',
|
||||||
status: 'Qualification',
|
status: '',
|
||||||
email: '',
|
email: '',
|
||||||
mobile_no: '',
|
mobile_no: '',
|
||||||
deal_owner: '',
|
deal_owner: '',
|
||||||
|
|||||||
@ -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: '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user