mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +03:00
More progress on rendering LC table
This commit is contained in:
parent
2946fe5c2a
commit
9e6e1aec11
2 changed files with 101 additions and 2 deletions
|
@ -25,7 +25,7 @@ let LogicConditionsCollection = function () {
|
|||
|
||||
for (let k in self.get()) {
|
||||
if (self.get().hasOwnProperty(k)) {
|
||||
self.get()[k].render($container);
|
||||
self.get()[k].render(k, $container);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue