Skip to content

Commit e7ae53f

Browse files
committed
fix: grid with config not randomizing seed
1 parent 2592b84 commit e7ae53f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/js/core/session-grid.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export async function executeElement(element: GridElement | GridLinearExecution)
141141
const configs = JSON.parse(savedConfigs);
142142
if (configs[element.configName]) {
143143
Object.assign(config, configs[element.configName]);
144+
delete (config as Record<string, any>)['seed']
144145
}
145146
}
146147
}

0 commit comments

Comments
 (0)