Pass through disabled prop
This commit is contained in:
parent
1ad7e1de4d
commit
c02839d46a
@ -57,6 +57,7 @@ const BuildingView = (props) => {
|
||||
return <DataEntry
|
||||
key={field.slug}
|
||||
slug={field.slug}
|
||||
disabled={field.disabled}
|
||||
cat={cat}
|
||||
title={field.title}
|
||||
value={props[field.slug]}
|
||||
|
Loading…
Reference in New Issue
Block a user