Remove dummy schemes

pull/2699/head
Luke Morris 2018-02-09 16:02:12 -08:00
parent c136a2f5f0
commit c7cb94f650
1 changed files with 1 additions and 6 deletions

View File

@ -39,12 +39,7 @@ class ProvidersTable extends Component {
mappings.length === 1 ? '1 Map' : `${mappings.length} Maps`
// define scheme options
const SCHEMES = [
{text: '*'},
{text: 'oauth2'},
{text: 'option2'},
{text: 'option3'},
]
const SCHEMES = [{text: '*'}, {text: 'oauth2'}]
if (isLoading) {
return (