mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix mat datetime picker regression
This commit is contained in:
@@ -24,7 +24,7 @@ import { MatTabChangeEvent } from '@angular/material';
|
||||
export class InfoDrawerTabComponent {
|
||||
/** The title of the tab. */
|
||||
@Input()
|
||||
label: string = 'Main tab';
|
||||
label: string = '';
|
||||
|
||||
/** Icon to render for the tab. */
|
||||
@Input()
|
||||
|
Reference in New Issue
Block a user