Skip to content

Commit

Permalink
Add support for File type as String parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmitasch committed Nov 22, 2022
1 parent 4b05bf4 commit f592b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/serializers/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ function getControlType(item) {
case "Boolean":
type = "boolean-control"; break;
case "String":
case "File":
type = "string-control"; break;
case "Trigger":
type = "trigger-control"; break;
Expand Down

0 comments on commit f592b81

Please sign in to comment.