Skip to content

Commit 48bc0f6

Browse files
committed
update"path to a notebook" text for pathType=lab
1 parent 538a156 commit 48bc0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/static/js/src/path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function getPathType() {
1414
export function updatePathText() {
1515
const pathType = getPathType();
1616
let text;
17-
if (pathType === "file") {
17+
if (pathType === "file" || pathType === "lab") {
1818
text = "Path to a notebook file (optional)";
1919
} else {
2020
text = "URL to open (optional)";

0 commit comments

Comments
 (0)