Adds all expert settings

This commit is contained in:
inpsyde-maticluznar 2024-11-12 10:12:31 +01:00
parent 51b7b48381
commit e72cc8a213
No known key found for this signature in database
GPG key ID: D005973F231309F6
6 changed files with 101 additions and 11 deletions

View file

@ -17,6 +17,7 @@ const TabSettings = () => {
brandName: '',
softDescriptor: '',
paypalLandingPage: null,
buttonLanguage: '',
} );
const updateFormValue = ( key, value ) => {
console.log( key, value );