Skip to content

Commit 11bd8a5

Browse files
committed
Refactor
1 parent 294eff4 commit 11bd8a5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

frontend/src/app/shared/components/storages/openproject-storages.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ import {
8282
IconModule,
8383
OpSpotModule,
8484
OpSharedModule,
85-
LinkExternalIconComponent,
8685
CloudIconComponent,
8786
FileDirectoryFillIconComponent,
8887
ServerIconComponent,
8988
FileIconComponent,
9089
FileMediaIconComponent,
9190
TasklistIconComponent,
9291
LinkIconComponent,
92+
LinkExternalIconComponent,
9393
UploadIconComponent,
9494
],
9595
declarations: [

frontend/src/app/shared/components/storages/storage-file-list-item/storage-file-list-item.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
(click)="enterDirectoryOnLabel($event)"
1515
(keydown.enter)="enterDirectoryOnLabel($event)"
1616
(keydown.space)="enterDirectoryOnLabel($event)"
17-
tabindex="0"
18-
role="button"
1917
[ngClass]="{
2018
'spot-list--item-action_disabled': content.disabled,
2119
'op-file-list--item-action_view-not-allowed': content.isConstrained

0 commit comments

Comments
 (0)