forked from MapComplete/MapComplete
Studio: show correct question if available, see #1929
This commit is contained in:
parent
70bb4bb006
commit
204027b4e9
2 changed files with 3 additions and 3 deletions
|
@ -31,10 +31,9 @@
|
|||
schema.description = undefined
|
||||
}
|
||||
|
||||
const subparts: ConfigMeta = state
|
||||
const subparts: ConfigMeta[] = state
|
||||
.getSchemaStartingWith(schema.path)
|
||||
.filter((part) => part.path.length - 1 === schema.path.length)
|
||||
|
||||
let messages = state.messagesFor(path)
|
||||
|
||||
const currentValue: UIEventSource<any[]> = state.getStoreFor(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue