Create sidebar for styling screen and initalize preview - no success

This commit is contained in:
inpsyde-maticluznar 2024-11-26 13:28:03 +01:00
parent 06e74e74f4
commit 5f83517509
No known key found for this signature in database
GPG key ID: D005973F231309F6
44 changed files with 3070 additions and 90 deletions

View file

@ -1,5 +1,5 @@
import data from '../../utils/data';
import { PayPalCheckbox, PayPalRdb, handleCheckboxState } from './Fields';
import { PayPalCheckbox, PayPalRdb } from './Fields';
const SelectBox = ( props ) => {
let boxClassName = 'ppcp-r-select-box';
@ -24,10 +24,7 @@ const SelectBox = ( props ) => {
) }
{ props.type === 'checkbox' && (
<PayPalCheckbox
{ ...{
...props,
handleCheckboxState,
} }
{ ...props }
/>
) }
<div className="ppcp-r-select-box__content">