refactor: reflect name change
This commit is contained in:
parent
5d93b9ac9b
commit
3b9d28871f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ fun OutputEntries(
|
|||
val entry: WatcherEntry? = watcherManager.getFromId(currentClick)
|
||||
if (entry != null) {
|
||||
outputs.clear()
|
||||
outputs.addAll(entry.map)
|
||||
outputs.addAll(entry.outputs)
|
||||
|
||||
Box(
|
||||
contentAlignment = Alignment.Center
|
||||
|
|
Reference in a new issue