mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 14:19:24 +00:00
Fix for bad collapse
This commit is contained in:
parent
04f8860bba
commit
c936e36590
@ -159,7 +159,7 @@ const AddWatermark = ({ onPreviewFile, onComplete, onError }: BaseToolProps) =>
|
|||||||
// Step 2: Watermark File
|
// Step 2: Watermark File
|
||||||
steps.push({
|
steps.push({
|
||||||
title: t("watermark.steps.file", "Watermark File"),
|
title: t("watermark.steps.file", "Watermark File"),
|
||||||
isCollapsed: false,
|
isCollapsed: hasResults,
|
||||||
tooltip: watermarkFileTips,
|
tooltip: watermarkFileTips,
|
||||||
content: (
|
content: (
|
||||||
<WatermarkImageFile
|
<WatermarkImageFile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user