API Test
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
<article class="content px-4">
|
||||
<TelerikRootComponent>
|
||||
@Body
|
||||
<Shared.Components.CardPreview />
|
||||
<Shared.Components.DocDetailModal Doc="@PreviewService.SelectedDoc"
|
||||
OnClose="@(() => PreviewService.SelectDoc(null))" />
|
||||
<Shared.Components.CardPreview/>
|
||||
<Shared.Components.DocDetailModal Doc="@PreviewService.SelectedDoc"
|
||||
OnClose="@(() => PreviewService.SelectDoc(null))"/>
|
||||
</TelerikRootComponent>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user