diff --git a/js/components/ascribe_buttons/acls/consign_button.js b/js/components/ascribe_buttons/acls/consign_button.js index 3eb88fc4..dad2ff1f 100644 --- a/js/components/ascribe_buttons/acls/consign_button.js +++ b/js/components/ascribe_buttons/acls/consign_button.js @@ -4,9 +4,12 @@ import React from 'react'; import AclButton from './acl_button'; +import { omitFromObject } from '../../../utils/general_utils'; import { getLangText } from '../../../utils/lang_utils'; let ConsignButton = React.createClass({ + propTypes: omitFromObject(AclButton.propTypes, ['action']), + render() { return (