Added osuSsidProfile in getProfile query

This commit is contained in:
irtiza-h30
2021-03-22 15:26:22 -04:00
parent 5de121330e
commit 0b83cce523

View File

@@ -29,6 +29,10 @@ const GET_PROFILE = gql`
profileType
details
}
osuSsidProfile {
id
name
}
childProfileIds
createdTimestamp
lastModifiedTimestamp
@@ -299,6 +303,7 @@ const ProfileDetails = () => {
operatorProfiles={operatorProfiles?.getAllProfiles?.items}
idProviderProfiles={idProviderProfiles?.getAllProfiles?.items}
associatedSsidProfiles={data.getProfile?.associatedSsidProfiles}
osuSsidProfile={data.getProfile?.osuSsidProfile}
fileUpload={handleFileUpload}
onFetchMoreProfiles={handleFetchMoreProfiles}
onDownloadFile={handleDownloadFile}