feat: default state

This commit is contained in:
karishmas6
2024-10-19 07:21:10 +05:30
parent 4a475fe5f9
commit 47ed3383eb

View File

@@ -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) {