Skip to content

Commit 81436bf

Browse files
committed
ask ai default error alert updated
1 parent 870c202 commit 81436bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

popup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,8 @@ function initPopup() {
10641064
document.getElementById('aiResponseText').textContent = data.answer; // Assuming the AI response is in an 'answer' key.
10651065
document.getElementById('aiResponsePopup').style.display = 'block';
10661066
} else {
1067-
alert('No answer found');
1067+
console.log(data)
1068+
alert('You need to upgrade your plan to use this feature');
10681069
}
10691070

10701071

0 commit comments

Comments
 (0)