feat: use old template workflow view in workflow selector

This commit is contained in:
Johnpaul
2025-08-20 18:04:40 +01:00
parent 248a4c8072
commit 8e36c347c2
2 changed files with 40 additions and 107 deletions

View File

@@ -60,7 +60,7 @@ export function useTemplateWorkflows() {
const getTemplateThumbnailUrl = (
template: TemplateInfo,
sourceModule: string,
index = ''
index = '1'
) => {
const basePath =
sourceModule === 'default'