Skip to content

Commit 4cb4d1d

Browse files
committed
Updated sync.storageToUI() to work w/ new sendMsgToActiveTab() ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent b392035 commit 4cb4d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/chrome/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
})
4444
},
4545

46-
storageToUI() { return sendMsgToActiveTab({ action: 'syncStorageToUI' })}
46+
storageToUI(options) { return sendMsgToActiveTab('syncConfigToUI', options) }
4747
}
4848

4949
// Run MAIN routine

0 commit comments

Comments
 (0)