Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Dec 7, 2023
1 parent 6db5359 commit 9ee71db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShellView/ShellCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default {
if (!token) {
this.errorMessage = "OpenAI API token is not set. Please set the token in the settings and try again.";
}
if (!question) {
else if (!question) {
this.errorMessage = "The question cannot be empty. Please type a question and try again.";
}
if (this.errorMessage) {
Expand Down

0 comments on commit 9ee71db

Please sign in to comment.