Skip to content

Commit

Permalink
remove the unused 'progress' parameter from the AttachmentPresenter
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Jan 12, 2025
1 parent 79e6883 commit cd43ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
// Copyright © 2020, 2021 Anticrm Platform Contributors.
// Copyright © 2021 Hardcore Engineering Inc.
// Copyright © 2021, 2025 Hardcore Engineering Inc.
//
// Licensed under the Eclipse Public License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. You may
Expand Down Expand Up @@ -35,7 +35,6 @@
export let removable: boolean = false
export let showPreview = false
export let preview = false
export let progress: boolean = false
const dispatch = createEventDispatcher()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
// Copyright © 2023 Hardcore Engineering Inc.
// Copyright © 2023, 2025 Hardcore Engineering Inc.
//
// Licensed under the Eclipse Public License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. You may
Expand Down Expand Up @@ -58,7 +58,6 @@
value={attachment}
removable={!readonly}
showPreview
progress={progressItems.includes(attachment._id)}
on:remove
/>
{/if}
Expand Down

0 comments on commit cd43ea4

Please sign in to comment.