Remove unnecessary macro and Vue props

This commit is contained in:
richard-dds
2019-08-28 14:39:28 -04:00
parent 67a4bb602d
commit 11c1c37d7f
3 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{% from "components/icon.html" import Icon %}
{% macro UploadInput(field, portfolio_id, show_label=False, watch=False, token="", object_name="") -%}
{% macro UploadInput(field, portfolio_id, show_label=False, watch=False) -%}
<uploadinput
inline-template
{% if not field.errors %}