Skip to content

Commit 41f2087

Browse files
msivasubramaniaanrgrunber
authored andcommitted
title changes removed
Signed-off-by: msivasubramaniaan <[email protected]>
1 parent 09d0640 commit 41f2087

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webview/serverless-function/serverlessFunctionLoader.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ async function gitImportMessageListener(panel: vscode.WebviewPanel, event: any):
4747
break;
4848
case 'createFunction':
4949
const selctedFolder: vscode.Uri = vscode.Uri.file(path.join(functionPath.fsPath, functionName));
50-
panel.title = `Serverless Function - Create - ${functionName}`;
5150
await Progress.execFunctionWithProgress(
5251
`Creating function '${functionName}'`,
5352
async () => {

0 commit comments

Comments
 (0)