fix: signyourself pdf render issue

This commit is contained in:
RaktimaNXG
2024-02-12 19:02:33 +05:30
parent 60ba77a06f
commit 3910486b17
5 changed files with 13 additions and 6 deletions
@@ -1388,6 +1388,7 @@ const TemplatePlaceholder = () => {
</div>
</ModalUi>
<DropdownWidgetOption
type="radio"
title="RadioGroup"
showDropdown={isRadio}
setShowDropdown={setIsRadio}
@@ -1395,6 +1396,7 @@ const TemplatePlaceholder = () => {
currWidgetsDetails={currWidgetsDetails}
/>
<DropdownWidgetOption
type="dropdown"
title="Dropdown options"
showDropdown={showDropdown}
setShowDropdown={setShowDropdown}