Skip to content

Commit

Permalink
Block upload
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Oct 17, 2023
1 parent 8269d78 commit bce86dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
: null
}"
>
<b-notification
type="is-warning"
has-icon
aria-close-label="Close notification"
role="alert"
>
Oops! The upload feature is currently broken due to API changes in Zenodo, we are working on a fix and will release it soon.
</b-notification>
<b-notification
v-if="client.isSandbox"
type="is-warning"
Expand All @@ -23,6 +31,7 @@
storage of your data.
</b-notification>
<b-steps
v-show="false"
style="margin-top: 20px;"
position="left"
:has-navigation="false"
Expand Down

0 comments on commit bce86dd

Please sign in to comment.