mirror of
https://github.com/directus/directus.git
synced 2026-02-03 12:25:07 -05:00
Fix a prop type check in the advanced schema drawer (#11171)
This commit is contained in:
committed by
GitHub
parent
1ebc5c8336
commit
8665558c2f
@@ -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'"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user