Skip to content

Commit

Permalink
fix: updating env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
svedova committed May 24, 2024
1 parent 7538ac5 commit 2b5915e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FormV2/KeyValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export default function KeyValue({
const copy = JSON.parse(JSON.stringify(rows));
copy[index] = [copy[index][0], e.target.value];
setRows(copy);
setIsChanged(true);
}}
InputProps={{
endAdornment: (
Expand Down

0 comments on commit 2b5915e

Please sign in to comment.