Skip to content

Commit 961f085

Browse files
authored
Merge pull request #2649 from KelvinTegelaar/dev
Dev to hotfix
2 parents 3a763c8 + b3bbd4b commit 961f085

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cipp",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners.",
55
"homepage": "https://cipp.app/",
66
"bugs": {

public/version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
6.0.1

src/views/cipp/ExtensionMappings.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,7 @@ export default function ExtensionMappings({ type, fieldMappings = false, autoMap
226226
name: tenant.displayName,
227227
value: tenant.customerId,
228228
}))}
229-
onChange={(e) => {
230-
setMappingArray(e.value)
231-
}}
229+
onChange={(e) => setTenantMappingsArray(e.value)}
232230
isLoading={listMappingBackendResult.isFetching}
233231
/>
234232
</CCol>
@@ -267,7 +265,7 @@ export default function ExtensionMappings({ type, fieldMappings = false, autoMap
267265
...mappingArray,
268266
{
269267
Tenant: listMappingBackendResult.data?.Tenants.find(
270-
(tenant) => tenant.customerId === mappingArray,
268+
(tenant) => tenant.customerId === tenantMappingArray,
271269
),
272270
companyName: mappingValue.label,
273271
companyId: mappingValue.value,

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
6.0.1

0 commit comments

Comments
 (0)