浏览代码

use hyphenated query parameter

Daniel Marth 5 年之前
父节点
当前提交
c36587a967
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/application-extension/src/index.tsx

+ 2 - 2
packages/application-extension/src/index.tsx

@@ -276,8 +276,8 @@ const tree: JupyterFrontEndPlugin<void> = {
         router.navigate(url);
 
         const query = URLExt.queryStringToObject(args.search);
-        if (query.filebrowserPath) {
-          path = query.filebrowserPath;
+        if (query['file-browser-path']) {
+          path = query['file-browser-path'];
         }
 
         try {