Fix undefined crash
This commit is contained in:
parent
93a81b77fa
commit
0bfc8d6dc4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
*/
|
||||
let checkedMappings: boolean[]
|
||||
|
||||
let mappings: Mapping[] = config?.mappings
|
||||
let mappings: Mapping[] = config?.mappings ?? []
|
||||
let searchTerm: UIEventSource<string> = new UIEventSource("")
|
||||
|
||||
let dispatch = createEventDispatcher<{
|
||||
|
|
Loading…
Reference in a new issue