stable
This commit is contained in:
parent
55c207b3cf
commit
8b183d96be
@ -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>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user