Skip to content

Commit

Permalink
chore(packages): pin swagger api generation (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Jul 2, 2024
1 parent cc23233 commit 3e41279
Show file tree
Hide file tree
Showing 8 changed files with 900 additions and 483 deletions.
1 change: 1 addition & 0 deletions frontend/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8.4.31",
"prettier": "^3.1.1",
"swagger-typescript-api": "^13.0.11",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^5.0.0",
Expand Down
968 changes: 692 additions & 276 deletions frontend/app/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/app/src/components/ui/envvar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const EnvGroupArray: React.FC<PropsType> = ({
if (!values) {
setValues([]);
}
}, [values]);
}, [setValues, values]);

const handleValueChange = (index: number, key: string, value: any) => {
const newValues = [...values];
Expand Down
Loading

0 comments on commit 3e41279

Please sign in to comment.