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 408cfd6 commit aa9db81Copy full SHA for aa9db81
plugin/assets/src/settings/utils/promises.js
@@ -59,8 +59,7 @@ export const updateIcons = () => {
59
} );
60
};
61
62
-export const isCoreUpdate = type =>
63
- [ UPDATERS.PLUGIN.type, UPDATERS.THEME.type ].includes( type );
+export const isCoreUpdate = type => [ 'PLUGIN', 'THEME' ].includes( type );
64
65
/**
66
* Save API Key in database
0 commit comments