Skip to content

Commit

Permalink
Merge branch 'main' into feat/SOF-7435
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Aug 16, 2024
2 parents 22f9d19 + 4866834 commit 8f13cbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/context/providers/PointsGridFormDataProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ export class PointsGridFormDataProvider extends mix(JSONSchemaFormDataProvider).
dimensions: _arraySubStyle(1),
shifts: _arraySubStyle(0),
gridMetricType: {
...this.fieldStyles("rjsf-select"),
"ui:title": "Grid Metric",
},
gridMetricValue: {
Expand All @@ -215,7 +214,6 @@ export class PointsGridFormDataProvider extends mix(JSONSchemaFormDataProvider).
"ui:placeholder": this.gridMetricValue.toString(), // make string to prevent prop type error
},
preferGridMetric: {
...this.fieldStyles("p-t-20"), // add padding top to level with other elements
"ui:emptyValue": true,
"ui:disabled": this.isUsingJinjaVariables,
},
Expand Down

0 comments on commit 8f13cbc

Please sign in to comment.