Skip to content

Commit

Permalink
remove failed data filler
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Oct 12, 2023
1 parent ba3dbd7 commit b974eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Challenge/Challenge.js
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ export const fetchChallenges = function (
throw new Error("Widget layout with the wrong format was submitted, it was not included in the save.")
}
} catch(error) {
challengeData.widgetLayout = "Workspace not supported";
challengeData.widgetLayout = "";
console.error(error);
}

Expand Down

0 comments on commit b974eee

Please sign in to comment.