fix: remove disabled prop for editor

This commit is contained in:
Dominik Pschenitschni 2021-10-16 16:32:46 +02:00
parent bb94c1ba3a
commit a6db1e7391
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
<div class="control">
<editor
:class="{ 'disabled': namespaceService.loading}"
:disabled="namespaceService.loading"
:preview-is-default="false"
id="namespacedescription"
:placeholder="$t('namespace.attributes.descriptionPlaceholder')"