Skip to content

Commit

Permalink
fix: show hugging face in generator modal
Browse files Browse the repository at this point in the history
  • Loading branch information
shandamengcheng committed Jan 14, 2023
1 parent 29e9743 commit e27d99e
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 e27d99e

Please sign in to comment.