Skip to content

Commit ad0ca64

Browse files
committed
added projectName to configs props
1 parent 1c5f19a commit ad0ca64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/context/reducers/appReducer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export type ConfigsProps = {
1616
apiKey: string;
1717
subscriptionKey: string;
1818
secretKey: string;
19+
projectName: string;
1920
};
2021

2122
export type AppState = {
@@ -35,6 +36,7 @@ export const AppValues: AppState = {
3536
apiKey: "",
3637
subscriptionKey: "",
3738
secretKey: "",
39+
projectName: "",
3840
},
3941
};
4042

0 commit comments

Comments
 (0)