mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-573] support for toggling enabled state (#1912)
This commit is contained in:
committed by
Eugenio Romano
parent
6f37612563
commit
99c7bde6b6
@@ -36,6 +36,9 @@ export class UploadDragAreaComponent {
|
||||
* @type {boolean}
|
||||
* @memberof UploadButtonComponent
|
||||
*/
|
||||
@Input()
|
||||
enabled: boolean = true;
|
||||
|
||||
@Input()
|
||||
showNotificationBar: boolean = true;
|
||||
|
||||
|
Reference in New Issue
Block a user