From 47ed3383eb975d4eefdf6eeae932e68b8482e385 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 07:21:10 +0530 Subject: [PATCH] feat: default state --- src/components/molecules/ActionDescriptionBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index 16abce07..a23ec556 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -30,7 +30,7 @@ const Content = styled.div` `; const ActionDescriptionBox = () => { - const { getText, startGetText, stopGetText, getScreenshot, startGetScreenshot, stopGetScreenshot, getList, startGetList, stopGetList, startPaginationMode, stopPaginationMode, paginationType, updatePaginationType, limitType, customLimit, updateLimitType, updateCustomLimit, stopLimitMode, startLimitMode } = useActionContext(); + const { getText, getScreenshot, getList } = useActionContext(); const renderActionDescription = () => { if (getText) {