diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml
index 4891546e0e85190b1c165d7020cf00f7920dc0d5..972ef7f2912c58446388c7bdacbe0e5e70b914bc 100644
--- a/common/deployments/hub-staging.yaml
+++ b/common/deployments/hub-staging.yaml
@@ -132,6 +132,15 @@ singleuser:
         {
           "@jupyterlab/apputils-extension:notification": {
             "fetchNews": "false"
+          },
+          "@jupyterlab/application-extension:context-menu": {
+            "contextMenu": [
+              {
+                "command": "filebrowser:share-main",
+                "selector": ".jp-DirListing-item[data-isdir]",
+                "disabled": true
+              }
+            ]
           }
         }