Skip to content

Commit 7621c5f

Browse files
authored
Merge pull request #1428 from minrk/pathtype-text
update"path to a notebook" text for pathType=lab
2 parents 538a156 + 48bc0f6 commit 7621c5f

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)