From bc83e37cdd28ae3366fe4c32b97366ad55fb1fe9 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Tue, 1 Aug 2023 17:53:38 +0200 Subject: [PATCH] lets try --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b95e110..f7da2e9 100644 --- a/index.html +++ b/index.html @@ -974,7 +974,8 @@ remote: { urlLoad: projectEndpoint, urlStore: projectEndpoint, - fetchOptions: opts => (opts.method === 'POST' ? { method: 'PATCH' } : {}), onStore: data => ({ id: 1, data }), + fetchOptions: opts => (opts.method === 'POST' ? { method: 'PATCH' } : {}), + onStore: data => ({ id: 1, data }), onLoad: result => result.data, } }