Skip to content
Snippets Groups Projects
Commit 6ddaee96 authored by Philipp Wolfer's avatar Philipp Wolfer
Browse files

Fix library upload view if there was no prior import

parent 40c2bd89
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