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