Skip to content

Commit

Permalink
⬆️ (date) Upgrade date parser package
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Nov 14, 2023
1 parent bd198a4 commit 00265af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ export const DateInputSettings = ({ options, onOptionsChange }: Props) => {
>
<TextInput
label="From label:"
defaultValue={options?.labels?.from}
defaultValue={
options?.labels?.from ?? defaultDateInputOptions.labels.from
}
onChange={updateFromLabel}
/>
<TextInput
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@udecode/plate-common": "21.1.5",
"@udecode/plate-serializer-md": "24.4.0",
"ai": "2.2.14",
"chrono-node": "2.6.6",
"chrono-node": "2.7.0",
"date-fns": "2.30.0",
"google-auth-library": "8.9.0",
"google-spreadsheet": "4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00265af

Please sign in to comment.