Skip to content

Commit

Permalink
revert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckner committed Jan 5, 2024
1 parent 4e8d901 commit d727ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const retrieveAndSaveState = async (config: string) => {
const boardData = { board: {} };
boardData.board = parsedData.config;
saveState(boardData);
location.reload();
// location.reload();
} catch (err) {
console.error("Error retrieving and saving state:", err);
}
Expand Down

0 comments on commit d727ac6

Please sign in to comment.