Skip to content

Commit

Permalink
Remove unused expose attribute from grid helper
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 10, 2017
1 parent 52ce746 commit 85fef66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/web/framework/helpers/grids.py
Expand Up @@ -20,7 +20,6 @@ class Grid(object):
Specifies the content and format of a grid (data table).
"""
title = ""
exposed = True
model_class = None
show_item_checkboxes = False
use_hide_message = True
Expand Down

0 comments on commit 85fef66

Please sign in to comment.