1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

refactor(groups): migrate groups selectors to react [EE-3842] (#8936)

This commit is contained in:
Chaim Lev-Ari 2023-06-22 21:11:10 +07:00 committed by GitHub
parent 2018529add
commit e91b4f5c83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 543 additions and 627 deletions

View file

@ -7,7 +7,6 @@ angular.module('portainer.edge').component('edgeGroupForm', {
controller: EdgeGroupFormController,
bindings: {
model: '<',
groups: '<',
formActionLabel: '@',
formAction: '<',
actionInProgress: '<',