Skip to content

Commit

Permalink
feat: Description text for map schema date input (#3816)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored Oct 30, 2024
1 parent a318850 commit 8dfbc77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const Trees: Schema = {
type: "date",
data: {
title: "Expected completion date",
description: "For example, 16 04 2027",
fn: "completionDate",
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const TreesMapFirst: Schema = {
type: "date",
data: {
title: "Expected completion date",
description: "For example, 16 04 2027",
fn: "completionDate",
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const Trees: Schema = {
type: "date",
data: {
title: "Expected completion date",
description: "For example, 16 04 2027",
fn: "completionDate",
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export const mockListRootResult: SearchResult<IndexedNode> = {
data: {
fn: "completionDate",
title: "Expected completion date",
description: "For example, 16 04 2027",
},
type: "date",
},
Expand Down

0 comments on commit 8dfbc77

Please sign in to comment.