Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mélanie Chauvel
funkwhale
Commits
6ddaee96
Commit
6ddaee96
authored
Nov 21, 2020
by
Philipp Wolfer
Browse files
Fix library upload view if there was no prior import
parent
40c2bd89
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/library/FileUpload.vue
View file @
6ddaee96
...
...
@@ -143,7 +143,6 @@
@
import=
"importFs"
:loading=
"isLoadingFs"
:data=
"fsStatus"
></fs-browser>
<div
v-if=
"fsStatus.import.status === 'started' || fsStatus.import.status === 'pending'"
></div>
<
template
v-if=
"fsStatus && fsStatus.import"
>
<h3
class=
"ui header"
><translate
translate-context=
"Content/Library/Title/Verb"
>
Import status
</translate></h3>
<p
v-if=
"fsStatus.import.reference != importReference"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment