Skip to content

Commit

Permalink
fix: typescript (#174)
Browse files Browse the repository at this point in the history
help with type inference
  • Loading branch information
jlangy authored Aug 20, 2024
1 parent 68b1a26 commit 655ab90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/context/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ export const ModalContext = createContext({
show: false,
title: '',
body: '',
},
} as ModalConfig,
setModalConfig: (config: ModalConfig) => {},
});

0 comments on commit 655ab90

Please sign in to comment.