feat: default state
This commit is contained in:
@@ -56,10 +56,11 @@ const ActionDescriptionBox = () => {
|
|||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<div>
|
<>
|
||||||
<p>Defauly</p>
|
<Typography variant="h6" gutterBottom>What data do you want to extract?</Typography>
|
||||||
</div>
|
<Typography variant="body1" gutterBottom>A robot is designed to perform one action at a time. You can choose any of the options below.</Typography>
|
||||||
);
|
</>
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user