Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Nov 19, 2024
1 parent 7cc7c8e commit 2de647e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
defaults(
{
id: template.id,
includeData: true,
includeData: false,
spaceId: me?.member?.spaceId,
},
zodClient(createFromTemplateCommand),
Expand Down
3 changes: 3 additions & 0 deletions packages/template/src/templates/hr.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,9 @@
"type": "date",
"constraint": {
"required": true
},
"option": {
"includeTime": true
}
},
"Reviewer": {
Expand Down

0 comments on commit 2de647e

Please sign in to comment.