Skip to content

Commit 17551fd

Browse files
committed
fix: cant add software from mobile
1 parent f73e907 commit 17551fd

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

src/shared/components/Settings/Tools/ServiceProviders/index.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ export default class ServiceProviders extends ConsentComponent {
7070
personalizationTrait,
7171
formInvalid: false,
7272
isSubmit: false,
73-
newServiceProvider: {
74-
serviceProviderType: '',
75-
name: '',
76-
},
7773
});
7874
}
7975

src/shared/components/Settings/Tools/Software/index.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ export default class Software extends ConsentComponent {
7070
personalizationTrait,
7171
formInvalid: false,
7272
isSubmit: false,
73-
newSoftware: {
74-
softwareType: '',
75-
name: '',
76-
},
7773
});
7874
}
7975

src/shared/components/Settings/Tools/Subscriptions/index.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ export default class Subscription extends ConsentComponent {
6666
personalizationTrait,
6767
formInvalid: false,
6868
isSubmit: false,
69-
newSubscription: {
70-
name: '',
71-
},
7269
});
7370
}
7471

0 commit comments

Comments
 (0)