import { ValidatedTextControl } from 'jet-form-builder-actions';
import { WideLine } from 'jet-form-builder-components';
import { __ } from '@wordpress/i18n';
function BearerTokenControls( empty, {
	settings,
	onChangeSettingObj,
} ) {
	return <>
		
		 onChangeSettingObj( { bearer_token: val } ) }
			isErrorSupported={
				( { property } ) => 'bearer_token' === property
			}
			required
			__next40pxDefaultSize
			__nextHasNoMarginBottom
		/>
	>;
}
export default BearerTokenControls;
	
		
		
		
		
			
			
			
			
			
		
		
		
			
			
			
			
			
		
			
No direct script access allowed