mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
fix: render all responsiveness fix
This commit is contained in:
@@ -210,6 +210,7 @@
|
||||
|
||||
function isRenderAll() {
|
||||
return (
|
||||
result != undefined &&
|
||||
Object.keys(result).length === 1 &&
|
||||
'render_all' in result &&
|
||||
Array.isArray(result['render_all'])
|
||||
|
||||
Reference in New Issue
Block a user