mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ui.git
				synced 2025-10-31 18:57:59 +00:00 
			
		
		
		
	associatedSsidProfiles field in GetProfile query
This commit is contained in:
		| @@ -23,6 +23,12 @@ const GET_PROFILE = gql` | ||||
|         profileType | ||||
|         details | ||||
|       } | ||||
|       associatedSsidProfiles { | ||||
|         id | ||||
|         name | ||||
|         profileType | ||||
|         details | ||||
|       } | ||||
|       childProfileIds | ||||
|       createdTimestamp | ||||
|       lastModifiedTimestamp | ||||
| @@ -292,6 +298,7 @@ const ProfileDetails = () => { | ||||
|       venueProfiles={venueProfiles?.getAllProfiles?.items} | ||||
|       operatorProfiles={operatorProfiles?.getAllProfiles?.items} | ||||
|       idProviderProfiles={idProviderProfiles?.getAllProfiles?.items} | ||||
|       associatedSsidProfiles={data.getProfile?.associatedSsidProfiles} | ||||
|       fileUpload={handleFileUpload} | ||||
|       onFetchMoreProfiles={handleFetchMoreProfiles} | ||||
|       onDownloadFile={handleDownloadFile} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 irtiza-h30
					irtiza-h30