Skip to content

Commit

Permalink
Trying to disable features push and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Arul- committed Mar 26, 2021
1 parent eb434f2 commit 0a13451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 0a13451

Please sign in to comment.