Skip to content

Commit 04daaae

Browse files
authored
Update BrowserConnector.kt
1 parent 916eabe commit 04daaae

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ class BrowserConnector(
434434
browser.postChat(
435435
FlareUiMessage(
436436
command = CHAT_TAB_BAR_ACTIONS,
437-
params = actions ?: "{}"
437+
params = actions ?: emptyMap<Any, Any>()
438438
)
439439
)
440440
} catch (e: Exception) {

0 commit comments

Comments
 (0)