We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2592b84 commit e7ae53fCopy full SHA for e7ae53f
1 file changed
frontend/src/js/core/session-grid.ts
@@ -141,6 +141,7 @@ export async function executeElement(element: GridElement | GridLinearExecution)
141
const configs = JSON.parse(savedConfigs);
142
if (configs[element.configName]) {
143
Object.assign(config, configs[element.configName]);
144
+ delete (config as Record<string, any>)['seed']
145
}
146
147
0 commit comments