mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) Fixing bug with switching ai tier limit
Summary: Radiobutton on the billing page was wrongly connected to the computed observable, which resulted in an error when one was switching the tier using this radio button directly. This was issue only in Firefox, as Chrome was muting error events from cross origin scripts - so Grist ignored such errors. Now this is changed and those errors are visible to Grist. Test Plan: Updated Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: georgegevoian Differential Revision: https://phab.getgrist.com/D4119
This commit is contained in:
parent
726fa7b561
commit
84329404a4
@ -12,6 +12,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<!-- INSERT ERROR -->
|
||||
<script src="errorPages.bundle.js"></script>
|
||||
<script crossorigin="anonymous" src="errorPages.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user