Skip to content

Commit 8f2ad17

Browse files
committed
Remove await before showDialog
1 parent 588f1f3 commit 8f2ad17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function inputDialog(
6262
url: string,
6363
inputCode: string
6464
): Promise<Contents.IModel | null> {
65-
return await showDialog({
65+
return showDialog({
6666
title: 'Save Code Snippet',
6767
body: new RenameHandler(),
6868
focusNodeSelector: 'input',

0 commit comments

Comments
 (0)