feat: add find message action in Slack

This commit is contained in:
Ali BARIN
2022-09-09 23:53:17 +02:00
parent 75b536959e
commit 3593727d29
8 changed files with 160 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ function TestSubstep(props: TestSubstepProps): React.ReactElement {
{error?.graphQLErrors.map((error) => (<>{error.message}<br /></>))}
</Alert>}
{called && !response && (
{called && !loading && !error && !response && (
<Alert severity="warning" sx={{ mb: 1, width: '100%' }}>
<AlertTitle sx={{ fontWeight: 700 }}>{formatMessage('flowEditor.noTestDataTitle')}</AlertTitle>