fix: progress view

This commit is contained in:
Jannat Patel
2023-06-01 14:29:15 +05:30
parent 961f8c1627
commit fe80ef9b85
7 changed files with 61 additions and 36 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
</div>
<div class="field-input flex align-center">
<select class="form-control" id="type">
{% set types = ["Document", "PDF", "URL", "Image"] %}
{% set types = ["Document", "PDF", "Image"] %}
{% for type in types %}
<option value="{{ type }}" {% if assignment.type == type %} selected {% endif %}>
{{ type }}