Skip to content

Commit c3a5ca8

Browse files
Merge pull request #480 from Syncfusion-Content/hotfix/hotfix-v26.1.35
DOCINFRA-2341_merged_using_automation
2 parents 6052b68 + e930cad commit c3a5ca8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ej2-react-toc.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,7 @@
18681868
<li><a href="/ej2-react/pdfviewer/how-to/download-start-event">Controlling File Downloads</a></li>
18691869
<li><a href="/ej2-react/pdfviewer/how-to/min-max-zoom">Minimum and Maximum Zoom Properties</a></li>
18701870
<li><a href="/ej2-react/pdfviewer/how-to/restricting-zoom-in-mobile-mode">Restrict Zoom Percentage on Mobile Devices</a></li>
1871+
<li><a href="/ej2-react/pdfviewer/how-to/add-save-button">Add a Save button in the built-in Toolbar</a></li>
18711872
</ul>
18721873
</li>
18731874
<li>Troubleshooting
@@ -1879,7 +1880,8 @@
18791880
</li>
18801881
<li><a href="https://ej2.syncfusion.com/react/documentation/api/pdfviewer/">API Reference</a></li>
18811882
</ul>
1882-
</li><li>
1883+
</li>
1884+
<li>
18831885
PivotTable
18841886
<ul>
18851887
<li>Getting Started

ej2-react/code-snippet/dropdownlist/object/app/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class App extends React.Component {
1111
}));
1212
}
1313
fields = { text: 'text', value: 'id' };
14-
value = { text: 'Item 5', value: 'id5'};
14+
value = { text: 'Item 1', id: 'id1'};
1515

1616
render() {
1717
return (

0 commit comments

Comments
 (0)