LANCommander/LANCommander.Server/UI/Components/ArchiveBrowserDialog.razor
2024-11-22 02:05:44 -06:00

4 lines
No EOL
262 B
Text

@inherits FeedbackComponent<Guid, Guid>
@using FileManagerComponents
<FileManager ArchiveId="Options" Features="@(FileManagerFeatures.NavigationBack | FileManagerFeatures.NavigationForward | FileManagerFeatures.UpALevel | FileManagerFeatures.Breadcrumbs)" />