Skip to content

Commit

Permalink
chore: remove old styles
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Jul 26, 2024
1 parent 4fcc8e3 commit d958a1b
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 d958a1b

Please sign in to comment.