mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Fix incorrect variable reference
This commit is contained in:
parent
f4e1b1d796
commit
84ef592ed3
@ -94,7 +94,7 @@ let AclFormFactory = React.createClass({
|
|||||||
if (action === 'acl_consign') {
|
if (action === 'acl_consign') {
|
||||||
return (
|
return (
|
||||||
<ConsignForm
|
<ConsignForm
|
||||||
buttons={acceptName}
|
buttons={acceptButton}
|
||||||
autoFocusProperty={autoFocusProperty}
|
autoFocusProperty={autoFocusProperty}
|
||||||
email={email}
|
email={email}
|
||||||
message={formMessage}
|
message={formMessage}
|
||||||
|
Loading…
Reference in New Issue
Block a user