Skip to content

Commit cd43ea4

Browse files
remove the unused 'progress' parameter from the AttachmentPresenter
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
1 parent 79e6883 commit cd43ea4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

plugins/attachment-resources/src/components/AttachmentPresenter.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
// Copyright © 2020, 2021 Anticrm Platform Contributors.
3-
// Copyright © 2021 Hardcore Engineering Inc.
3+
// Copyright © 2021, 2025 Hardcore Engineering Inc.
44
//
55
// Licensed under the Eclipse Public License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License. You may
@@ -35,7 +35,6 @@
3535
export let removable: boolean = false
3636
export let showPreview = false
3737
export let preview = false
38-
export let progress: boolean = false
3938
4039
const dispatch = createEventDispatcher()
4140

plugins/attachment-resources/src/components/AttachmentsGrid.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
// Copyright © 2023 Hardcore Engineering Inc.
2+
// Copyright © 2023, 2025 Hardcore Engineering Inc.
33
//
44
// Licensed under the Eclipse Public License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License. You may
@@ -58,7 +58,6 @@
5858
value={attachment}
5959
removable={!readonly}
6060
showPreview
61-
progress={progressItems.includes(attachment._id)}
6261
on:remove
6362
/>
6463
{/if}

0 commit comments

Comments
 (0)