Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(search): remove file state from default facets
Browse files Browse the repository at this point in the history
Closes #2208
  • Loading branch information
Shane Wilson committed Apr 29, 2016
1 parent 2510e58 commit 311e764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/scripts/search/search.files.table.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ module ngApp.search.models {
{name: "data_format", title: "Data Format", collapsed: false, facetType: "terms", removable: false },
{name: "platform", title: "Platform", collapsed: false, facetType: "terms", removable: false },
{name: "access", title: "Access Level", collapsed: false, facetType: "terms", removable: false },
{name: "state", title: "File Status", collapsed: false, facetType: "terms", removable: false },
]
};
angular.module("search.table.files.model", [])
Expand Down

0 comments on commit 311e764

Please sign in to comment.