Skip to content

Commit

Permalink
refactor: Remove redundant code and improve form styles
Browse files Browse the repository at this point in the history
This commit refactors the form in the `wizard` page by removing redundant code and improving the form styles. The `InputLabel` component for the `Format` field is removed, as it is no longer necessary. Additionally, the form's overall styles are enhanced for better readability and visual appeal. These changes result in an improved user experience when interacting with the form.
  • Loading branch information
szweibel committed Aug 4, 2024
1 parent 4f9427f commit a02246e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/wizard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ export default function Form(props) {

const formatSection = (
<>
<InputLabel id="format">Format</InputLabel>
<TextField
select
label="Format"
Expand Down

0 comments on commit a02246e

Please sign in to comment.