From 0a1345195ad60a2294ba35c7b01e2f797c819ab7 Mon Sep 17 00:00:00 2001 From: Arul Date: Sat, 27 Mar 2021 00:04:31 +0800 Subject: [PATCH] Trying to disable features push and schema --- src/dashboard/Dashboard.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dashboard/Dashboard.js b/src/dashboard/Dashboard.js index 3754b5495d..00a6b8b61e 100644 --- a/src/dashboard/Dashboard.js +++ b/src/dashboard/Dashboard.js @@ -141,6 +141,8 @@ export default class Dashboard extends React.Component { {}, { useMasterKey: true } ).then(serverInfo => { + delete serverInfo.features.push + delete serverInfo.features.schemas app.serverInfo = serverInfo; return app; }, error => {