Skip to content

Commit

Permalink
Merge pull request #814 from illacloud/fix/hugging_face
Browse files Browse the repository at this point in the history
fix: show hugging face in generator modal
  • Loading branch information
AruSeito authored Jan 14, 2023
2 parents 29e9743 + e27d99e commit 2d538a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ export const Apis: ActionDataItem[] = [
actionType: "smtp",
isDraft: false,
},
// {
// actionType: "huggingface",
// isDraft: false,
// },
{
actionType: "huggingface",
isDraft: false,
},
]

export const JsTransformer: ActionDataItem[] = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ export const Apis: ResourceDataItem[] = [
resourceType: "smtp",
isDraft: false,
},
// {
// resourceType: "huggingface",
// isDraft: false,
// },
{
resourceType: "huggingface",
isDraft: false,
},
]

export const ResourceTypeList = [
Expand Down

0 comments on commit 2d538a9

Please sign in to comment.