Skip to content

Commit b6f9f57

Browse files
committed
fix: Fix schema in dev example
1 parent 4496149 commit b6f9f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/schema.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ module.exports = {
320320
{
321321
type: "staticMap",
322322
label: "Map",
323-
model: "address",
324-
visible: false
323+
model: "address.geo",
324+
visible: true
325325
},
326326
{
327327
type: "select",

0 commit comments

Comments
 (0)