mirror of
https://github.com/directus/directus.git
synced 2026-02-01 03:24:59 -05:00
Use 0 for decimal default
This commit is contained in:
@@ -144,7 +144,7 @@ export default definePanel({
|
||||
},
|
||||
},
|
||||
schema: {
|
||||
default_value: 2,
|
||||
default_value: 0,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user