Skip to content

Commit 66e518a

Browse files
committed
931509: Commit
1 parent 93ea8a4 commit 66e518a

File tree

1 file changed

+2
-2
lines changed
  • How to/Remove “Match any word” option from the search/src

1 file changed

+2
-2
lines changed

How to/Remove “Match any word” option from the search/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ return (<div>
2525
<div className='control-section'>
2626
<PdfViewerComponent
2727
id="container"
28-
documentPath="PDF_Succinctly.pdf"
29-
serviceUrl="https://ej2services.syncfusion.com/production/web-services/api/pdfviewer"
28+
documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
29+
resourceUrl="https://cdn.syncfusion.com/ej2/23.2.6/dist/ej2-pdfviewer-lib"
3030
documentLoad = {documentLoaded}
3131
style={{ 'height': '640px' }}>
3232

0 commit comments

Comments
 (0)