[home] fix bug 74932

This commit is contained in:
maxkadushkin
2025-06-11 12:52:27 +03:00
parent 45a6c1dd4e
commit e0684a6a5f

View File

@ -275,7 +275,7 @@
isLoading = true;
const _domain = localStorage.templatesdomain ? localStorage.templatesdomain : 'https://oforms.onlyoffice.com'; // https://oforms.teamlab.info
const _url = `{_domain}/dashboard/api/oforms?populate=*&locale=en&pagination[page]=${_page_num}`;
const _url = `${_domain}/dashboard/api/oforms?populate=*&locale=en&pagination[page]=${_page_num}`;
fetch(_url)
.then(r => r.json())
.then(d => {