Skip to content

Commit

Permalink
fix(jupyter): resolve build error
Browse files Browse the repository at this point in the history
Resolves a build error for the changes in #2
  • Loading branch information
frazs authored and wg102 committed Dec 4, 2020
1 parent 2bd96fa commit 99722d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/jupyter-web-app/frontend/src/app/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ export interface Config {
value: string;
options: string[];
readOnly?: boolean;
hideRegistry?: boolean;
hideVersion?: boolean;
};

cpu?: {
Expand Down

0 comments on commit 99722d6

Please sign in to comment.