mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-01-06 05:59:45 -06:00
fix(ui): library directory picker dialog double heading (#1867)
This commit is contained in:
@@ -64,7 +64,7 @@ export class DialogLauncherService {
|
||||
|
||||
openDirectoryPickerDialog(): DynamicDialogRef | null {
|
||||
return this.openDialog(DirectoryPickerComponent, {
|
||||
header: 'Select Media Directory',
|
||||
showHeader: false,
|
||||
styleClass: 'dynamic-dialog-minimal',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user