Skip to content

Commit

Permalink
Reverted disabled attribute for Generate message.
Browse files Browse the repository at this point in the history
  • Loading branch information
albidev committed Dec 27, 2024
1 parent 74ab385 commit 540978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/lib/commit/CommitMessageInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
style="ghost"
outline
icon="ai-small"
disabled={!(aiConfigurationValid)}
disabled={!($aiGenEnabled && aiConfigurationValid)}
loading={aiLoading}
menuPosition="top"
onclick={async () => await generateCommitMessage()}
Expand Down

0 comments on commit 540978b

Please sign in to comment.