fix(frontend): add missing condition to properly select first row (#1128)

This commit is contained in:
Faton Ramadani
2023-01-19 14:08:32 +01:00
committed by GitHub
parent d85f550611
commit 3d873ed51c
@@ -65,6 +65,7 @@
result.length > 0 &&
// We need to wait until the component is mounted so the world is created
mounted &&
outputs &&
toggleRow({ original: result[0] }, 0)
function setOptions(filteredResult: Array<Record<string, any>>) {