7187-redirect #2476

Merged
pablone merged 7 commits from 7187-redirect into dev 2024-05-21 08:23:04 +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
});