Skip to content

Commit d16a0ee

Browse files
review
1 parent 3603d13 commit d16a0ee

File tree

3 files changed

+44
-16
lines changed

3 files changed

+44
-16
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
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.95.0.tgz",
19+
"@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.98.0.tgz",
2020
"@hookform/resolvers": "^4.0.0",
2121
"@mui/icons-material": "^5.16.14",
2222
"@mui/lab": "5.0.0-alpha.175",
2323
"@mui/material": "^5.16.14",
24-
"@mui/x-date-pickers": "^7.29.1",
24+
"@mui/x-date-pickers": "^7.29.3",
2525
"@mui/x-tree-view": "^7.28.1",
2626
"@reduxjs/toolkit": "^2.5.1",
2727
"ag-grid-community": "^33.1.0",

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,7 @@ export default function AddAnnouncementForm({ onAnnouncementCreated }: Readonly<
158158
/>
159159
</Grid>
160160
<Grid item xs="auto">
161-
<SubmitButton
162-
variant="outlined"
163-
type="submit"
164-
fullWidth
165-
disabled={!formState.isValid || formState.isValidating}
166-
/>
161+
<SubmitButton variant="outlined" type="submit" fullWidth />
167162
</Grid>
168163
</Grid>
169164
</FormContainer>

0 commit comments

Comments
 (0)