refactor(chalice): removed icon attribute
This commit is contained in:
parent
32dedb9c15
commit
132b1af055
1 changed files with 1 additions and 2 deletions
|
|
@ -260,6 +260,5 @@ def get_for_filters(project_id):
|
||||||
"name": k,
|
"name": k,
|
||||||
"displayName": metas[k],
|
"displayName": metas[k],
|
||||||
"possibleTypes": ["String"],
|
"possibleTypes": ["String"],
|
||||||
"autoCaptured": False,
|
"autoCaptured": False})
|
||||||
"icon": None})
|
|
||||||
return {"total": len(results), "list": results}
|
return {"total": len(results), "list": results}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue