Skip to content

Commit

Permalink
Merge branch 'main' into BC-4938-add-school-specific-terms
Browse files Browse the repository at this point in the history
  • Loading branch information
davwas committed Sep 12, 2023
2 parents 5678c54 + b987ea6 commit a09df7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/data-board/CardState.composable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ export const useCardState = (
await updateCardHeightCall(cardState.card.id, newHeight);
cardState.card.height = newHeight;
} catch (error) {
handleError(error, {
404: notifyWithTemplateAndReload("notUpdated"),
});
handleError(error, {});
}
};

Expand Down

0 comments on commit a09df7c

Please sign in to comment.