-
Notifications
You must be signed in to change notification settings - Fork 704
feat(new): Add ability to set the newProperties #1721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
5bf48e7
8b474a6
b1b7669
197ed1e
7a020eb
60ff2e6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ const New: FC<ActionProps> = (props) => { | |
record={record as RecordJSON} | ||
/> | ||
)) | ||
: resource.editProperties.map((property) => ( | ||
: resource.newProperties.map((property) => ( | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We might also need to update There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The where is used to determine the component to render in |
||
<BasePropertyComponent | ||
key={property.propertyPath} | ||
where="edit" | ||
|
Uh oh!
There was an error while loading. Please reload this page.