mirror of
https://github.com/directus/directus.git
synced 2026-01-29 08:17:55 -05:00
Prevent passing empty string as json field default (#12904)
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
/>
|
||||
<interface-input-code
|
||||
v-else-if="type === 'json'"
|
||||
:value="defaultValue || ''"
|
||||
:value="defaultValue"
|
||||
language="JSON"
|
||||
placeholder="NULL"
|
||||
type="json"
|
||||
|
||||
Reference in New Issue
Block a user