Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-li1231 committed Nov 29, 2024
1 parent 969b397 commit d1adcae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/interaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ export async function promptCreateNotebook(
const quickPick = vscode.window.createQuickPick();
// remove suffix
quickPick.value = name;
quickPick.title = `Specify Path to Save a
New Notebook "${name}" to Zeppelin Server`;
quickPick.title = `Specify path to save
new notebook "${name}" to Zeppelin server`;
quickPick.ignoreFocusOut = true;
quickPick.items = visiblePaths.map(value => { return { label: value }; });

Expand Down

0 comments on commit d1adcae

Please sign in to comment.