Skip to content

Commit 5a1f148

Browse files
committed
242
1 parent b442cc4 commit 5a1f148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
129129
getCleanedContent(requestParams.message, true),
130130
project,
131131
requestParams.actions.map { item ->
132-
NotificationAction.create(item.title) {
132+
NotificationAction.createSimple(item.title) {
133133
future.complete(item)
134134
}
135135
}

0 commit comments

Comments
 (0)