Don't show the "new bucket" button when buckets are still loading
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2021-01-16 20:28:10 +01:00
parent c31015bd70
commit 212cd86987
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@
</div>
</div>
<div class="bucket new-bucket" v-if="canWrite">
<div class="bucket new-bucket" v-if="canWrite && !loading && buckets.length > 0">
<input
:class="{'is-loading': loading}"
:disabled="loading"