Skip to content

Commit

Permalink
feat: change disabled conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ferryhieronimus committed Jan 14, 2025
1 parent cace6cf commit 943aeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/UpdateCourses/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const UpdateCourses = () => {
/>
<Alert />
<Button
disabled={!username || !password}
disabled
mt={8}
colorScheme="teal"
isLoading={isSubmitting}
Expand Down

0 comments on commit 943aeb5

Please sign in to comment.