Skip to content

Commit

Permalink
fix(list-with-map): Update schema language "Tree" >> "Tree type" (#3627)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Sep 5, 2024
1 parent 9380790 commit 95d94bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Schema } from "@planx/components/shared/Schema/model";
import { TextInputType } from "@planx/components/TextInput/model";

export const Trees: Schema = {
type: "Tree",
type: "Tree type",
fields: [
{
type: "text",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Schema } from "@planx/components/shared/Schema/model";
import { TextInputType } from "@planx/components/TextInput/model";

export const TreesMapFirst: Schema = {
type: "Tree",
type: "Tree type",
fields: [
{
type: "map",
Expand Down

0 comments on commit 95d94bd

Please sign in to comment.