import React from 'react';
/**
* Twitter Post action component
*/
const TwitterPostAction = ({ index, onActionConfigChange, getConfigValue }) => {
return (
onActionConfigChange('token', e.target.value)}
className="form-control"
placeholder="Twitter API token"
/>
Twitter API token with posting permissions
);
};
export default TwitterPostAction;