Skip to content

Commit

Permalink
fix(pipeline-builder): fix a bug when create fields on the end operat…
Browse files Browse the repository at this point in the history
…or will wrongly use the key from the previous edited field (#593)

Because

- when create fields on the end operator will wrongly use the key from
the previous edited field

This commit

- Fix a bug when create fields on the end operator will wrongly use the
key from the previous edited field
  • Loading branch information
EiffelFly committed Oct 12, 2023
1 parent 638cc23 commit e7ed100
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@hookform/resolvers": "^3.1.1",
"@instill-ai/design-system": "^0.55.6",
"@instill-ai/design-tokens": "^0.3.2",
"@instill-ai/toolkit": "^0.68.3-rc.35",
"@instill-ai/toolkit": "0.68.3-rc.60",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.3",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions public/icons/Google/bigquery.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/icons/Google/gcs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
21 changes: 21 additions & 0 deletions public/icons/Pinecone/pinecone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

@tailwind utilities;

@layer base {
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
}

@font-face {
font-family: "instill";
font-style: normal;
Expand Down

0 comments on commit e7ed100

Please sign in to comment.