mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 11:17:59 +00:00
Fixed profile type
This commit is contained in:
@@ -83,7 +83,7 @@ const AddProfile = () => {
|
||||
const { data: passpointProfiles, fetchMore: fetchMorePasspointProfiles } = useQuery(
|
||||
GET_ALL_PROFILES(),
|
||||
{
|
||||
variables: { customerId, type: 'rf' },
|
||||
variables: { customerId, type: 'passpoint' },
|
||||
fetchPolicy: 'network-only',
|
||||
}
|
||||
);
|
||||
|
||||
@@ -144,7 +144,7 @@ const ProfileDetails = () => {
|
||||
const { data: passpointProfiles, fetchMore: fetchMorePasspointProfiles } = useQuery(
|
||||
GET_ALL_PROFILES(),
|
||||
{
|
||||
variables: { customerId, type: 'rf' },
|
||||
variables: { customerId, type: 'passpoint' },
|
||||
fetchPolicy: 'network-only',
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user