Skip to content

Commit

Permalink
change default of displayReschedule state to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaybadgujar102 committed May 26, 2024
1 parent 009f322 commit 4a02219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/TaskState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { atom } from "recoil";

export const displayReschedule = atom({
key: "displayReschedule",
default: {} as ITask | null,
default: null as ITask | null,
});

0 comments on commit 4a02219

Please sign in to comment.