diff options
| author | 2023-10-24 10:28:59 +0200 | |
|---|---|---|
| committer | 2023-10-24 14:34:43 +0200 | |
| commit | 8a23ce2b3ef506cd9f254c40b1c7fd51ba472ce9 (patch) | |
| tree | c2ba547698d92f53705600851673ccb4f676bab8 /web/source/settings/lib/query | |
| parent | [bugfix/frontend] fix typo and other oddness in patchRemoteEmojis (#2281) (diff) | |
| download | gotosocial-8a23ce2b3ef506cd9f254c40b1c7fd51ba472ce9.tar.xz | |
[bugfix/frontend] Add `nosubmit` option to form fields + use it when instance custom CSS disabled (#2290)
Diffstat (limited to 'web/source/settings/lib/query')
| -rw-r--r-- | web/source/settings/lib/query/query-modifiers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/lib/query/query-modifiers.ts b/web/source/settings/lib/query/query-modifiers.ts index d6bf0b6ae..a80784d04 100644 --- a/web/source/settings/lib/query/query-modifiers.ts +++ b/web/source/settings/lib/query/query-modifiers.ts @@ -90,7 +90,7 @@ function makeCacheMutation(action: Action): CacheMutation { ); } catch (e) { // eslint-disable-next-line no-console - console.error(`rolling back pessimistic update of ${queryName}: ${e}`); + console.error(`rolling back pessimistic update of ${queryName}: ${JSON.stringify(e)}`); } } }; |
