Skip to content

Commit

Permalink
Merge pull request #2649 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
Dev to hotfix
  • Loading branch information
JohnDuprey committed Jul 9, 2024
2 parents 3a763c8 + b3bbd4b commit 961f085
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cipp",
"version": "6.0.0",
"version": "6.0.1",
"description": "The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners.",
"homepage": "https://cipp.app/",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion public/version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
6.0.1
6 changes: 2 additions & 4 deletions src/views/cipp/ExtensionMappings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@ export default function ExtensionMappings({ type, fieldMappings = false, autoMap
name: tenant.displayName,
value: tenant.customerId,
}))}
onChange={(e) => {
setMappingArray(e.value)
}}
onChange={(e) => setTenantMappingsArray(e.value)}
isLoading={listMappingBackendResult.isFetching}
/>
</CCol>
Expand Down Expand Up @@ -267,7 +265,7 @@ export default function ExtensionMappings({ type, fieldMappings = false, autoMap
...mappingArray,
{
Tenant: listMappingBackendResult.data?.Tenants.find(
(tenant) => tenant.customerId === mappingArray,
(tenant) => tenant.customerId === tenantMappingArray,
),
companyName: mappingValue.label,
companyId: mappingValue.value,
Expand Down
2 changes: 1 addition & 1 deletion version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
6.0.1

0 comments on commit 961f085

Please sign in to comment.