diff --git a/web/app/components/app/app-publisher/index.tsx b/web/app/components/app/app-publisher/index.tsx index a2260a889d..54853cf875 100644 --- a/web/app/components/app/app-publisher/index.tsx +++ b/web/app/components/app/app-publisher/index.tsx @@ -219,7 +219,7 @@ const AppPublisher = ({ )} { - handleOpenInExplore() + publishedAt && handleOpenInExplore() }} disabled={!publishedAt} icon={} diff --git a/web/app/components/tools/workflow-tool/configure-button.tsx b/web/app/components/tools/workflow-tool/configure-button.tsx index 0d97619e0d..88c451c166 100644 --- a/web/app/components/tools/workflow-tool/configure-button.tsx +++ b/web/app/components/tools/workflow-tool/configure-button.tsx @@ -179,16 +179,16 @@ const WorkflowToolConfigureButton = ({
{isCurrentWorkspaceManager ? (
!published && setShowModal(true)} + onClick={() => !disabled && !published && setShowModal(true)} > - -
{t('workflow.common.workflowAsTool')}
+ +
{t('workflow.common.workflowAsTool')}
{!published && ( {t('workflow.common.configureRequired').toLocaleUpperCase()} )}