fix(build) split jaas actions

This commit is contained in:
Tudor-Ovidiu Avram 2021-06-28 13:16:21 +03:00 committed by Дамян Минков
parent 01867ed343
commit c356c2360c
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/**
* Shows a dialog prompting users to upgrade, if requested feature is disabled.
*
* @returns {Function}
*/
export function maybeShowPremiumFeatureDialog() {
return function() {
return false;
};
}