diff options
Diffstat (limited to 'themes/okadmin/templates/partials/inputs.liquid')
| -rw-r--r-- | themes/okadmin/templates/partials/inputs.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid index 9c1a26b..c6efc68 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -17,7 +17,7 @@ <input type="number" name="{{name}}" value="{{spec.value}}"> - {% elsif type == 'enum' %} + {% elsif type == 'enum' or type == 'foreign-key' %} <select name="{{name}}"> {% for option in spec.options %} |
