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