Skip to content

Commit

Permalink
Trying to just turn off a feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Arul- committed Mar 26, 2021
1 parent 0a13451 commit 1ff8fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default class Dashboard extends React.Component {
{ useMasterKey: true }
).then(serverInfo => {
delete serverInfo.features.push
delete serverInfo.features.schemas
serverInfo.features.schemas.addField=false;
app.serverInfo = serverInfo;
return app;
}, error => {
Expand Down

0 comments on commit 1ff8fd9

Please sign in to comment.