Skip to content

Commit 617ea6a

Browse files
Merge pull request #2424 from syncfusion-content/publishing-failures-dev
Fix the publishing failures issues related to "PDF-Viewer" component.
2 parents c211ec0 + ef62134 commit 617ea6a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/getting-started-with-server-backed.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ $env:NODE_OPTIONS = "--openssl-legacy-provider"
173173
Output will be appears as follows.
174174

175175
{% tabs %}
176-
{% highlight js tabtitle="app.jsx" %}
177-
{% include code-snippet/pdfviewer/react/base-cs1/app/app.jsx %}
176+
{% highlight js tabtitle="index.jsx" %}
177+
{% include code-snippet/pdfviewer/react/base-cs1/app/index.jsx %}
178178
{% endhighlight %}
179-
{% highlight ts tabtitle="app.tsx" %}
180-
{% include code-snippet/pdfviewer/react/base-cs1/app/app.tsx %}
179+
{% highlight ts tabtitle="index.tsx" %}
180+
{% include code-snippet/pdfviewer/react/base-cs1/app/index.tsx %}
181181
{% endhighlight %}
182182
{% highlight html tabtitle="index.html" %}
183183
{% include code-snippet/pdfviewer/react/base-cs1/index.html %}

0 commit comments

Comments
 (0)