Prevent passing empty string as json field default (#12904)

This commit is contained in:
Azri Kahar
2022-04-21 05:42:30 +08:00
committed by GitHub
parent 59eb0f7cec
commit 49a687788b

View File

@@ -110,7 +110,7 @@
/>
<interface-input-code
v-else-if="type === 'json'"
:value="defaultValue || ''"
:value="defaultValue"
language="JSON"
placeholder="NULL"
type="json"