Skip to content

Commit 8ec3cad

Browse files
SludgeGirlNykseli
authored andcommitted
Fix: If we error during an action, we shouldn't load forever
1 parent 2abc88a commit 8ec3cad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ export const Application = () => {
153153
}]);
154154
});
155155
} else {
156+
setLoadingSubscriptions(false);
157+
updateSubscriptions();
156158
setErrors([...errors, {
157159
type: "danger",
158160
text: _("Failed to deactivate product"),

0 commit comments

Comments
 (0)