mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fix: improve goto behavior
This commit is contained in:
@@ -177,7 +177,7 @@ export async function eval_like(
|
||||
}
|
||||
window.open(x, '_blank')
|
||||
} else {
|
||||
await newTab(x)
|
||||
window.location.href = x
|
||||
}
|
||||
},
|
||||
(id, index) => {
|
||||
|
||||
Reference in New Issue
Block a user