Skip to content

Commit

Permalink
Removes variable from form items (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 authored Oct 23, 2023
1 parent 71fc7ce commit 25af2b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Transcend Inc.",
"name": "@transcend-io/cli",
"description": "Small package containing useful typescript utilities.",
"version": "4.112.0",
"version": "4.112.1",
"homepage": "https://github.com/transcend-io/cli",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion src/graphql/gqls/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export const PROMPTS_WITH_VARIABLES = gql`
}
runtimeVariables {
name
type
}
}
}
Expand Down

0 comments on commit 25af2b1

Please sign in to comment.