mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 23:22:24 -05:00
[bugfix/frontend] Add nosubmit option to form fields + use it when instance custom CSS disabled (#2290)
This commit is contained in:
parent
4facad3d81
commit
48a0687736
6 changed files with 29 additions and 6 deletions
|
|
@ -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)}`);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue