Skip to content

Commit

Permalink
fix: Fix schema in dev example
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 9, 2016
1 parent 4496149 commit b6f9f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ module.exports = {
{
type: "staticMap",
label: "Map",
model: "address",
visible: false
model: "address.geo",
visible: true
},
{
type: "select",
Expand Down

0 comments on commit b6f9f57

Please sign in to comment.