Skip to content

Commit

Permalink
refactor: Update currentStage in useProjectDetailsStore to reflect co…
Browse files Browse the repository at this point in the history
…rrect stage ID and name
  • Loading branch information
mourabitiziyad committed Aug 13, 2024
1 parent d343af7 commit 2316d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/useProjectDetailsStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ interface ProjectDetailsState {

const useProjectDetailsStore = create<ProjectDetailsState>()((set) => ({
currentStage: {
id: 44,
name: "Plan Program*",
id: 53,
name: "Plan Program",
stageNumber: 1,
},
currentProject: null,
Expand Down

0 comments on commit 2316d30

Please sign in to comment.