Skip to content

Commit

Permalink
chore: rename comment as well
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmiran137 authored Nov 27, 2020
1 parent 17f4b4c commit 9133a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def _try_json_readsha( # pylint: disable=unused-argument
}

# Set the default view to card/grid view if thumbnail support is enabled.
# Setting LISTVIEW_DEFAULT_CARD_VIEW to False will force the default view to
# Setting LISTVIEWS_DEFAULT_CARD_VIEW to False will force the default view to
# always be the table layout
if DEFAULT_FEATURE_FLAGS["THUMBNAILS"]:
DEFAULT_FEATURE_FLAGS["LISTVIEWS_DEFAULT_CARD_VIEW"] = True
Expand Down

0 comments on commit 9133a64

Please sign in to comment.