zlisen 3 anos atrás
pai
commit
e6a7735a04
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      src/pages/customer/Customer/statusChange.jsx

+ 3
- 3
src/pages/customer/Customer/statusChange.jsx Ver arquivo

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