Skip to content

Commit 2658a2e

Browse files
authored
Merge pull request #24 from ISA-tools/hide_publish_overlay
Deleting received files (or not)
2 parents b2b75f3 + 605bd19 commit 2658a2e

File tree

3 files changed

+2
-37
lines changed

3 files changed

+2
-37
lines changed

package-lock.json

-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/files/overlays/PublishOverlay.vue

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export default {
7575
...mapActions("files", ["publishFile"]),
7676
async submit() {
7777
await this.publishFile({token: this.token, at: this.receiveDate })
78+
this.hidePublishOverlay();
7879
}
7980
}
8081
}

src/pages/files/index.vue

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
</div>
119119
</v-list-item>
120120
<v-list-item
121+
v-if="!item.received"
121122
link
122123
>
123124
<div

0 commit comments

Comments
 (0)