Skip to content

Commit 4c9bf20

Browse files
committed
Comment out start archiving button
1 parent 80bc982 commit 4c9bf20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ui/coll-info.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,15 @@ class WrRecCollInfo extends ItemInfo {
200200
<fa-icon aria-hidden="true" .svg="${fasUpload}"></fa-icon>
201201
</span>
202202
</button>
203-
<button
203+
<!-- <button
204204
@click="${this.onShowStart}"
205205
class="button is-small"
206206
title="Start Archiving"
207207
>
208208
<span class="icon">
209209
<fa-icon aria-hidden="true" .svg="${wrRec}"></fa-icon>
210210
</span>
211-
</button>
211+
</button> -->
212212
</div>
213213
</div>
214214

0 commit comments

Comments
 (0)