mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 11:17:59 +00:00
removed unused props
This commit is contained in:
@@ -307,7 +307,6 @@ const ProfileDetails = () => {
|
|||||||
name={data.getProfile.name}
|
name={data.getProfile.name}
|
||||||
profileType={data.getProfile.profileType}
|
profileType={data.getProfile.profileType}
|
||||||
details={data.getProfile.details}
|
details={data.getProfile.details}
|
||||||
childProfiles={data.getProfile.childProfiles}
|
|
||||||
childProfileIds={data.getProfile.childProfileIds}
|
childProfileIds={data.getProfile.childProfileIds}
|
||||||
onDeleteProfile={handleDeleteProfile}
|
onDeleteProfile={handleDeleteProfile}
|
||||||
onUpdateProfile={handleUpdateProfile}
|
onUpdateProfile={handleUpdateProfile}
|
||||||
|
|||||||
Reference in New Issue
Block a user