Skip to content

Commit

Permalink
fix: zip upload for overseer
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed May 22, 2024
1 parent 5e9c9b1 commit 5ad2085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<mat-hint>Docker image for Overseer</mat-hint>
</mat-form-field>

<f-file-drop mode="event" (filesDropped)="uploadOverseerResources($event)" accept="application/pdf" [desiredFileName]="'Task ' + taskDefinition.abbreviation + ' Overseer zip'" />
<f-file-drop mode="event" (filesDropped)="uploadOverseerResources($event)" accept="application/zip" [desiredFileName]="'Task ' + taskDefinition.abbreviation + ' Overseer zip'" />

<div class="flex flex-row gap-4">
<button
Expand Down

0 comments on commit 5ad2085

Please sign in to comment.