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.
2 parents 8593344 + 4788a87 commit 9736cccCopy full SHA for 9736ccc
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