zlisen 3 years ago
parent
commit
e6a7735a04
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/pages/customer/Customer/statusChange.jsx

+ 3
- 3
src/pages/customer/Customer/statusChange.jsx View File

90
             customerPreparatory: {
90
             customerPreparatory: {
91
               ...values,
91
               ...values,
92
               customerId: id,
92
               customerId: id,
93
-              channeCustomerId: data.channelCustomer?.channelCustomerId,
93
+              channelCustomerId: data.channelCustomer?.channelCustomerId,
94
             },
94
             },
95
             
95
             
96
           };
96
           };
112
             customerSignatory: {
112
             customerSignatory: {
113
               ...values,
113
               ...values,
114
               customerId: id,
114
               customerId: id,
115
-              channeCustomerId: data.channelCustomer?.channelCustomerId,
115
+              channelCustomerId: data.channelCustomer?.channelCustomerId,
116
             },
116
             },
117
            
117
            
118
           };
118
           };
134
             customerSignatory: {
134
             customerSignatory: {
135
               ...values,
135
               ...values,
136
               customerId: id,
136
               customerId: id,
137
-              channeCustomerId: data.channelCustomer?.channelCustomerId,
137
+              channelCustomerId: data.channelCustomer?.channelCustomerId,
138
             },
138
             },
139
 
139
 
140
           };
140
           };