Removed filterActive from filter alerts

This commit is contained in:
Michael Schmatz 2014-07-21 14:47:44 -07:00
parent 735a7082ee
commit e8ffb8980f

View file

@ -218,11 +218,6 @@ _.extend UserSchema.properties,
items:
type: visa.type
enum: visa.enum
filterActive:
title: 'Filter active'
description: 'Whether or not an employer will receive emails based on this filter'
type: 'boolean'
default: false
})
points: {type: 'number'}