Skip to content

Commit

Permalink
Closes #6654
Browse files Browse the repository at this point in the history
- Corrected form builder configurations.
  • Loading branch information
charlesh88 committed May 12, 2023
1 parent 2c3b6fa commit ac5c64c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/linkAction/LinkAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ export default class LinkAction {
{
rows: [
{
name: "location",
name: "Location",
cssClass: "grows",
control: "locator",
parent: parentDomainObject,
required: true,
Expand Down
1 change: 1 addition & 0 deletions src/plugins/move/MoveAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export default class MoveAction {
},
{
name: "Location",
cssClass: "grows",
control: "locator",
parent: parentDomainObject,
required: true,
Expand Down

0 comments on commit ac5c64c

Please sign in to comment.