feat: initial captrue stage message

This commit is contained in:
karishmas6
2024-10-19 08:06:35 +05:30
parent d092d4fdfe
commit 640f0ff8cb

View File

@@ -35,11 +35,11 @@ const ActionDescriptionBox = () => {
const messages = [
{
stage: 'initial' as const,
text: 'Choose the ',
text: 'Select the list you want to extract along with the texts inside it',
},
{
stage: 'pagination' as const,
text: 'Select how the robot can capture the rest of the list?',
text: 'Select how the robot can capture the rest of the list',
},
{
stage: 'limit' as const,