Merge pull request #11663 from lelandhwu/fix-challenge-category-change

fix bug in which editing challenge will not allow editing categories (fixes #11662)
This commit is contained in:
Matteo Pagliazzi 2020-01-14 13:22:21 +01:00 committed by GitHub
commit 615cec6ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@
</div>
</div>
<div
v-if="showCategorySelect && creating"
v-if="showCategorySelect"
class="category-box"
>
<!-- eslint-disable vue/no-use-v-if-with-v-for -->