We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5f19a commit ad0ca64Copy full SHA for ad0ca64
src/context/reducers/appReducer.ts
@@ -16,6 +16,7 @@ export type ConfigsProps = {
16
apiKey: string;
17
subscriptionKey: string;
18
secretKey: string;
19
+ projectName: string;
20
};
21
22
export type AppState = {
@@ -35,6 +36,7 @@ export const AppValues: AppState = {
35
36
apiKey: "",
37
subscriptionKey: "",
38
secretKey: "",
39
+ projectName: "",
40
},
41
42
0 commit comments