Skip to content

Commit

Permalink
feat: adds gif to the exclusions list
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Oct 21, 2019
1 parent f16832a commit 914cd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/vue/components/filter-control.vue
Expand Up @@ -66,6 +66,7 @@
<option value="svg">.SVG</option>
<option value="jpg">.JPG</option>
<option value="png">.PNG</option>
<option value="gif">.GIF</option>
</select>
</span>
<input v-else v-model="selected_value" class="input is-small" type="text" placeholder="word">
Expand Down

0 comments on commit 914cd11

Please sign in to comment.