{t('Create a new chart')}
{t('Choose a dataset')}}
status={this.state.datasource?.value ? 'finish' : 'process'}
description={
{t(
'Instructions to add a dataset are available in the Superset tutorial.',
)}{' '}
}
/>
{t('Choose chart type')}}
status={this.state.visType ? 'finish' : 'process'}
description={
}
/>
{isButtonDisabled && (
{t('Please select both a Dataset and a Chart type to proceed')}
)}
);
}
}