mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 00:04:10 +00:00
fix(frontend): add missing condition to properly select first row (#1128)
This commit is contained in:
@@ -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>>) {
|
||||
|
||||
Reference in New Issue
Block a user