Skip to content

Commit

Permalink
fix: sync with api
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jun 16, 2024
1 parent 6be636d commit 38c491b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/modeling/thread/mint-runs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ export class MintRuns extends connect(store)(MintThreadPage) {
getEnsembleManagerExecutionPath(executionEngine: string) {
if (executionEngine === 'localex') return '/executionsLocal';
else if (executionEngine === 'wings') return '/executions';
return `/executions/${executionEngine}`;
return `/executionEngines/${executionEngine}`;
}

_getModelURL(model: Model) {
Expand Down

0 comments on commit 38c491b

Please sign in to comment.