mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
calendar app: set mainUser and options for form
This commit is contained in:
@@ -57,7 +57,7 @@ const _fetchAction = (page, uri, params) => {
|
||||
},
|
||||
}).then(response => {
|
||||
if (response.ok) { return response.json(); }
|
||||
throw Error({ m: response.statusText });
|
||||
throw new Error({ m: response.statusText });
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user