Skip to content

Commit

Permalink
Merge branch 'main' into 2128/confirm-validator-not-invoked
Browse files Browse the repository at this point in the history
  • Loading branch information
longieirl authored Sep 17, 2024
2 parents 0fdd6b4 + c39fb76 commit b64bd12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/control-property-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/control-property-editor

## 0.5.4

### Patch Changes

- 9506a73: Uniform funnel checkboxes

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/control-property-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Control Property Editor",
"description": "Control Property Editor",
"license": "Apache-2.0",
"version": "0.5.3",
"version": "0.5.4",
"main": "dist/app.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ const Funnel = (): ReactElement => {
contentPadding={UICalloutContentPadding.Standard}>
<UICheckbox
id={'editable-properties-checkbox'}
styles={{
checkbox: { width: 20, height: 20 }
}}
label={t('SHOW_EDITABLE_PROPERTIES')}
checked={showEditablePropertiesChecked}
onChange={(ev?: React.FormEvent<HTMLElement | HTMLInputElement>, isChecked?: boolean) => {
Expand Down

0 comments on commit b64bd12

Please sign in to comment.