fix: refs #7187 remove bindings
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Pablo Natek 2024-05-21 08:54:53 +02:00
parent 335b9caaa4
commit 1fef00789f
1 changed files with 1 additions and 4 deletions

View File

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