We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb62c3a commit faf1b74Copy full SHA for faf1b74
src/dashboard/Dashboard.js
@@ -138,6 +138,7 @@ class Dashboard extends React.Component {
138
AccountManager.setCurrentUser({ user });
139
this.setState({ newFeaturesInLatestVersion });
140
let appInfoPromises = apps.map(app => {
141
+ // Set master key as a default string to avoid undefined value access issues
142
if (!app.masterKey) app.masterKey = "******"
143
if (app.serverURL.startsWith('https://api.parse.com/1')) {
144
//api.parse.com doesn't have feature availability endpoint, fortunately we know which features
0 commit comments