Skip to content

Commit 12dfdcc

Browse files
1234: Updated requested changes
1 parent c57a39c commit 12dfdcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

How to/Enable Local Storage/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export function App() {
77
<div className='control-section'>
88
<PdfViewerComponent
99
id="container"
10-
documentPath="PDF_Succinctly.pdf"
11-
serviceUrl="https://ej2services.syncfusion.com/production/web-services/api/pdfviewer"
10+
documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
11+
resourceUrl="https://cdn.syncfusion.com/ej2/28.1.33/dist/ej2-pdfviewer-lib"
1212
style={{ 'height': '680px' }}
1313
// Enable or disable pinch zoom.
1414
enableLocalStorage = "true"

0 commit comments

Comments
 (0)