LANCommander/LANCommander.Server/UI/Components/ArchiveBrowserDialog.razor

4 lines
262 B
Text
Raw Normal View History

2023-12-05 17:30:21 -06:00
@inherits FeedbackComponent<Guid, Guid>
@using FileManagerComponents
2024-11-22 02:05:44 -06:00
<FileManager ArchiveId="Options" Features="@(FileManagerFeatures.NavigationBack | FileManagerFeatures.NavigationForward | FileManagerFeatures.UpALevel | FileManagerFeatures.Breadcrumbs)" />