This commit is contained in:
Михаил Капелько
2024-01-08 17:56:57 +03:00
parent a35ffcfbd4
commit 00a9a25997
4 changed files with 6 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ extension MeetupId {
ctrl.pipeValue(
dbg: "testTUI",
sub: nil,
many.eraseToAnyPublisher(),
Bus.events.compactMap { Bus.convertKeyValue(K.testTextUI, $0) }.map { (k: String, v: MPAK.Many<String>) in v }.eraseToAnyPublisher(),
{
$0.testTextUI = $1
},