[bugfix/frontend] Add nosubmit option to form fields + use it when instance custom CSS disabled (#2290)

This commit is contained in:
tobi
2023-10-24 10:28:59 +02:00
committed by GitHub
parent 4facad3d81
commit 48a0687736
6 changed files with 29 additions and 6 deletions

View File

@ -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)}`);
}
}
};