fix: LEXAI-21 popup message type mismatch - use ANALYZE_TEXT to match background handler
Some checks failed
CI — Test & Build / Test & Build (push) Failing after 45s
Some checks failed
CI — Test & Build / Test & Build (push) Failing after 45s
This commit is contained in:
@@ -238,7 +238,7 @@ function Popup() {
|
||||
setError('');
|
||||
|
||||
const response = await safeSendMessage({
|
||||
type: 'lexai-action',
|
||||
type: 'ANALYZE_TEXT',
|
||||
action,
|
||||
text,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user