This commit is contained in:
rohit 2025-09-15 04:01:15 +05:30
parent 55c207b3cf
commit 8b183d96be
2 changed files with 2040 additions and 78 deletions

View File

@ -1212,7 +1212,7 @@
</button>
</div>
<div class="toolbar-group">
<button class="toolbar-button" onclick={addNewPageWithDataType}>
<button class="toolbar-button" onclick={addNewPageWithDataType} disabled>
<lightning-icon icon-name="utility:page" size="x-small"></lightning-icon>
Add Page
</button>
@ -1276,10 +1276,10 @@
onchange={handlePageSizeChange}>
<span class="page-size-text">A4</span>
</label>
<label class="page-size-option">
<!-- <label class="page-size-option">
<input type="radio" name="pageSize" value="A3" onchange={handlePageSizeChange}>
<span class="page-size-text">A3</span>
</label>
</label> -->
</div>
</div>