mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix typos in component properties (#1560)
* Fix typo `fallbackThubnail` -> `fallbackThumbnail` * Fix typo `showUdoNotificationBar` -> `showNotificationBar` Update upload mis-spelled properties to 'showNotificationBar' since showUndoNotificationBar is already a method on the drag area component Refs #1559 * Fix test cases
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
[data]="data"
|
||||
[actions]="contentActions"
|
||||
[multiselect]="multiselect"
|
||||
[fallbackThumbnail]="fallbackThubnail"
|
||||
[fallbackThumbnail]="fallbackThumbnail"
|
||||
(showRowContextMenu)="onShowRowContextMenu($event)"
|
||||
(showRowActionsMenu)="onShowRowActionsMenu($event)"
|
||||
(executeRowAction)="onExecuteRowAction($event)"
|
||||
|
Reference in New Issue
Block a user