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('');
|
setError('');
|
||||||
|
|
||||||
const response = await safeSendMessage({
|
const response = await safeSendMessage({
|
||||||
type: 'lexai-action',
|
type: 'ANALYZE_TEXT',
|
||||||
action,
|
action,
|
||||||
text,
|
text,
|
||||||
});
|
});
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user