applied feedback

This commit is contained in:
lotte
2019-12-20 14:13:31 +01:00
parent 7c39bf4b5f
commit 01ba97af7a
15 changed files with 73 additions and 45 deletions

View File

@@ -55,7 +55,7 @@ export class SelectableListSelectSingleAction extends SelectableListAction {
}
/**
* Action to deselect objects in a the selectable list
* Action to deselect a single object in a the selectable list
*/
export class SelectableListDeselectSingleAction extends SelectableListAction {
payload: ListableObject;
@@ -67,7 +67,7 @@ export class SelectableListDeselectSingleAction extends SelectableListAction {
}
/**
* Action to deselect a single object in a the selectable list
* Action to deselect objects in a the selectable list
*/
export class SelectableListDeselectAction extends SelectableListAction {
payload: ListableObject[];