|
@@ -152,7 +152,7 @@ async function saveContent(message, tab) {
|
|
|
options.incognito = tab.incognito;
|
|
options.incognito = tab.incognito;
|
|
|
options.tabId = tabId;
|
|
options.tabId = tabId;
|
|
|
options.tabIndex = tab.index;
|
|
options.tabIndex = tab.index;
|
|
|
- saveToRestFormApi || options.saveToS3;
|
|
|
|
|
|
|
+ options.saveToRestFormApi || options.saveToS3;
|
|
|
let pageData;
|
|
let pageData;
|
|
|
try {
|
|
try {
|
|
|
if (options.autoSaveExternalSave) {
|
|
if (options.autoSaveExternalSave) {
|