Commit fba1e9c
Fix: Replace non-existent StyledButton with MUI Button component
The buttonGroup component was importing StyledButton from ProjectForm.jsx, but this export no longer exists in that file. This caused a build error during the Vite build process.
Replaced StyledButton with the standard MUI Button component and updated the styling to match the patterns used in ProjectForm.jsx (width: 150px, cursor: pointer).
This fixes the build error:
"StyledButton" is not exported by "src/components/ProjectForm.jsx"
Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>1 parent de6dff8 commit fba1e9c
File tree
1 file changed
+7
-10
lines changed- client/src/components/manageProjects/editPMs
1 file changed
+7
-10
lines changedLines changed: 7 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
| 16 | + | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
0 commit comments