Skip to content

Commit

Permalink
Merge pull request #1521 from ProcessMaker/bugfix/FOUR-13934
Browse files Browse the repository at this point in the history
QA Observation bugfix/FOUR-13934: List Table must be in Dashboard
  • Loading branch information
ryancooley authored Feb 1, 2024
2 parents 7963bc1 + f206b29 commit 6199651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/form-builder-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,8 @@ export default [
rendererBinding: "FormListTable",
control: {
popoverContent: "Create List Table",
order: 3.0,
group: 'Files',
order: 6.5,
group: 'Dashboards',
label: "List Table",
component: "FormListTable",
"editor-component": "FormListTable",
Expand Down

0 comments on commit 6199651

Please sign in to comment.