Skip to content

Commit bba5bfb

Browse files
committed
remove not used attribute
1 parent f174f0a commit bba5bfb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/shared/components/files-tree/files-tree.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export class FilesTreeComponent implements OnDestroy, AfterViewInit {
112112
setCurrentFolder = output<FileFolderModel>();
113113
setMoveDialogCurrentFolder = output<FileFolderModel>();
114114
deleteEntryAction = output<FileModel>();
115-
removeFromAttachedFiles = output<FileModel>();
116115
renameEntryAction = output<{ newName: string; link: string }>();
117116
loadFiles = output<{ link: string; page: number }>();
118117
selectFile = output<FileModel>();

0 commit comments

Comments
 (0)