V2 Files Selected indicator in toolstep (#4241)

Added back our files selected indicator in tools step

---------

Co-authored-by: Connor Yoh <[email protected]>
This commit is contained in:
ConnorYoh
2025-08-20 15:54:30 +00:00
committed by GitHub
co-authored by Connor Yoh
parent cd2b82d614
commit d06cbcaa91
11 changed files with 25 additions and 22 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ const AddWatermark = ({ onPreviewFile, onComplete, onError }: BaseToolProps) =>
return createToolFlow({
files: {
selectedFiles,
isCollapsed: hasFiles || hasResults,
isCollapsed: hasResults,
},
steps: getSteps(),
executeButton: {