Skip to content

Commit f8ddfc1

Browse files
committed
Improve ux
1 parent 37ba504 commit f8ddfc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zeppelin-web/src/app/notebookRepos/notebookRepos.controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
verticalPosition: 'bottom',
4747
timeout: '3000'
4848
});
49+
valueform.$show();
4950
});
5051

51-
return false;
52+
return 'manual';
5253
}
5354

5455
function showDropdownSelected(setting) {

0 commit comments

Comments
 (0)