feat: default state
This commit is contained in:
@@ -30,7 +30,7 @@ const Content = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const ActionDescriptionBox = () => {
|
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 = () => {
|
const renderActionDescription = () => {
|
||||||
if (getText) {
|
if (getText) {
|
||||||
|
|||||||
Reference in New Issue
Block a user