Skip to content

Commit

Permalink
Adding code someone removes in conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
CarliPinell committed Oct 22, 2024
1 parent 2250ad9 commit 3d1db8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/form-builder-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ import {
tooltipProperty,
LoadingSubmitButtonProperty,
LabelSubmitButtonProperty,
bgcolorModern
bgcolorModern,
bgcolorPropertyRecord,
colorPropertyRecord,
} from './form-control-common-properties';

export default [
Expand Down Expand Up @@ -566,8 +568,8 @@ export default [
helper: ''
}
},
colorProperty,
bgcolorProperty,
colorPropertyRecord,
bgcolorPropertyRecord,
bgcolorModern
],
},
Expand Down

0 comments on commit 3d1db8d

Please sign in to comment.