We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4548afc commit 741ebb7Copy full SHA for 741ebb7
src/BootstrapBlazor.Server/Components/Samples/FileViewers.razor.cs
@@ -25,9 +25,6 @@ protected override void OnInitialized()
25
ExcelSampleFile = CombineFilename("sample.xlsx");
26
27
FileList.Add("sample.xlsx");
28
- FileList.Add("sample2.xlsx");
29
- FileList.Add("sample3.xlsx");
30
- FileList.Add("sample2.docx");
31
FileList.Add("sample.docx");
32
Url = FileList[0];
33
src/BootstrapBlazor.Server/Components/Samples/PdfViewers.razor
@@ -18,7 +18,7 @@
18
</div>
19
20
</section>
21
- <PdfViewer Url="./samples/pdf-viewer.pdf" Height="620px"
+ <PdfViewer Url="./samples/sample.pdf" Height="620px"
22
NotSupportCallback="NotSupportCallback" OnLoaded="OnLoaded"
23
UseGoogleDocs="@_useGoogleDocs"></PdfViewer>
24
</DemoBlock>
0 commit comments