Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
fix(pipeline-builder): fix data connector can't correctly display the…
Browse files Browse the repository at this point in the history
… free-form's value (#962)

Because

- data connector can't correctly display the free-form's value

This commit

- fix data connector can't correctly display the free-form's value
  • Loading branch information
EiffelFly committed Oct 13, 2023
1 parent 2e4159a commit 5625723
Show file tree
Hide file tree
Showing 7 changed files with 702 additions and 538 deletions.
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/toolkit",
"version": "0.68.3-rc.73",
"version": "0.68.3-rc.83",
"description": "Instill AI's frontend toolkit",
"repository": "https://github.com/instill-ai/design-system.git",
"bugs": "https://github.com/instill-ai/design-system/issues",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const SelectConnectorResourceDialog = (
>
<Icons.Plus
className={cn(
"h-4 w-4",
"h-5 w-5",
disabled
? "stroke-semantic-fg-secondary"
: "stroke-semantic-bg-primary"
Expand Down
Loading

1 comment on commit 5625723

@vercel
Copy link

@vercel vercel bot commented on 5625723 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.