Skip to content

Commit 18cd5a5

Browse files
update
1 parent bd29d6d commit 18cd5a5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@emotion/react": "^11.14.0",
1818
"@emotion/styled": "^11.14.0",
19-
"@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.98.0.tgz",
19+
"@gridsuite/commons-ui": "0.100.0",
2020
"@hookform/resolvers": "^4.0.0",
2121
"@mui/icons-material": "^5.16.14",
2222
"@mui/lab": "5.0.0-alpha.175",

src/pages/announcements/add-announcement-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function AddAnnouncementForm({ onAnnouncementCreated }: Readonly<
7777
[SEVERITY]: null,
7878
},
7979
});
80-
const { formState, getValues } = formContext;
80+
const { getValues } = formContext;
8181
const startDateValue = getValues(START_DATE);
8282

8383
const onSubmit = useCallback<SubmitHandler<FormSchema>>(

0 commit comments

Comments
 (0)