We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4685aa0 commit 4788a87Copy full SHA for 4788a87
plugins/amazonq/mynah-ui/src/mynah-ui/ui/quickActions/handler.ts
@@ -89,8 +89,9 @@ export class QuickActionHandler {
89
this.connector.onTabChange(existingTransformTab.id)
90
91
this.mynahUI.notify({
92
- title: "Q - Transform",
93
- content: "Switched to the opened transformation tab",
+ duration: 5000,
+ title: "Q CodeTransformation",
94
+ content: "Switched to the existing /transform tab; click 'Start a new transformation' below to run another transformation"
95
});
96
return
97
}
0 commit comments