mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[home] fix bug 74932
This commit is contained in:
@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user