fix: placeholder flow widget's issue

This commit is contained in:
RaktimaNXG
2024-02-14 20:33:24 +05:30
parent b35d8406a3
commit 156a05f6ed
11 changed files with 144 additions and 138 deletions
@@ -412,6 +412,7 @@ function RenderPdf({
pdfDetails={pdfDetails[0]}
isDragging={isDragging}
setIsInitial={setIsInitial}
setWidgetType={setWidgetType}
/>
)
);
@@ -584,6 +585,7 @@ function RenderPdf({
pdfDetails={pdfDetails[0]}
isDragging={isDragging}
setIsInitial={setIsInitial}
setWidgetType={setWidgetType}
/>
</React.Fragment>
)