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 538a156 + 48bc0f6 commit 7621c5fCopy full SHA for 7621c5f
binderhub/static/js/src/path.js
@@ -14,7 +14,7 @@ export function getPathType() {
14
export function updatePathText() {
15
const pathType = getPathType();
16
let text;
17
- if (pathType === "file") {
+ if (pathType === "file" || pathType === "lab") {
18
text = "Path to a notebook file (optional)";
19
} else {
20
text = "URL to open (optional)";
0 commit comments