Skip to content

Commit

Permalink
fix(ui): TE-2424 avoid persisting workspace in zustand state
Browse files Browse the repository at this point in the history
  • Loading branch information
Nalin Patidar authored and Nalin Patidar committed Sep 10, 2024
1 parent 82cbe22 commit e8de7ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const useAuthV1 = create<AuthV1>(
}),
{
name: KEY_AUTH, // Persist in browser local storage
blacklist: ["authAction", "authActionData"], // Prevent persisting in state
blacklist: ["authAction", "authActionData", "workspace"], // Prevent persisting in state
}
)
);

0 comments on commit e8de7ab

Please sign in to comment.