Skip to content

Commit a045251

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 6ce57f7 commit a045251

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/commons/src/Blocks.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,8 @@ export class BlockEditWithAPIMetadata extends ComponentWithSettings {
581581
}
582582
});
583583
})
584-
.catch(() => {
585-
console.log("Error when loading apps, falling back to CSV");
584+
.catch((error) => {
585+
console.error("Error when loading apps, falling back to CSV", error);
586586
this.setState({
587587
react_ui_url: settingsData["react_ui_url"] + '/' + window._page_locale,
588588
react_api_url: settingsData["react_api_url"],

0 commit comments

Comments
 (0)