Fix a prop type check in the advanced schema drawer (#11171)

This commit is contained in:
Nicola Krumschmidt
2022-01-19 19:55:31 +01:00
committed by GitHub
parent 1ebc5c8336
commit 8665558c2f

View File

@@ -41,7 +41,7 @@
<v-input
v-model="maxLength"
type="number"
min="1"
:min="1"
:placeholder="type !== 'string' ? t('not_available_for_type') : '255'"
:disabled="isExisting || type !== 'string'"
/>