Skip to content

Commit 1f4d52e

Browse files
committed
fix initial quick actions
1 parent 056a845 commit 1f4d52e

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/Browser.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class Browser(parent: Disposable, private val webUri: URI, val project: Project)
139139
},
140140
141141
"${activeProfile?.profileName.orEmpty()}")
142-
const commands = [hybridChatConnector.initialQuickActions[0], hybridChatConnector.initialQuickActions[1]]
142+
const commands = hybridChatConnector.initialQuickActions
143143
amazonQChat.createChat(
144144
{
145145
postMessage: message => {

0 commit comments

Comments
 (0)