7489-testToMaster #2515

Merged
alexm merged 329 commits from 7489-testToMaster into master 2024-05-28 05:30:19 +00:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit 1fef00789f - Show all commits

View File

@ -14,8 +14,5 @@ class Controller extends Section {
}
ngModule.vnComponent('vnWorkerPda', {
controller: Controller,
bindings: {
claim: '<'
}
controller: Controller
});