Fix undefined crash

This commit is contained in:
Pieter Vander Vennet 2024-01-24 16:36:07 +01:00
parent 93a81b77fa
commit 0bfc8d6dc4

View file

@ -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<{