mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 15:33:23 +08:00
Merge pull request 'release/v9.2.0' (#844) from release/v9.2.0 into develop
This commit is contained in:
@ -54,8 +54,8 @@ const SettingsController = props => {
|
||||
let config = props.storeAppOptions.config;
|
||||
|
||||
closeModal();
|
||||
if(config && !!config.feedback && !!config.feedback.url) {
|
||||
window.open(config.feedback.url, "_blank");
|
||||
if(!!config?.customization?.feedback?.url) {
|
||||
window.open(config.customization.feedback.url, "_blank");
|
||||
} else window.open(__SUPPORT_URL__, "_blank");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user