Skip to content
Snippets Groups Projects
Commit 4067954f authored by Agate's avatar Agate 💬
Browse files

Merge branch 'fix-library-upload-without-import' into 'develop'

Fix library upload view if there was no prior import

See merge request funkwhale/funkwhale!1245
parents 40c2bd89 6ddaee96
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment