diff --git a/apps/builder/package.json b/apps/builder/package.json index ad737a3882..768e5f07c0 100644 --- a/apps/builder/package.json +++ b/apps/builder/package.json @@ -5,7 +5,7 @@ "private": true, "author": "illa Family", "license": "Apache-2.0", - "version": "0.0.0", + "version": "1.1.1", "scripts": { "dev": "vite --mode cloud", "build-cloud": "vite build --mode cloud", diff --git a/apps/builder/src/page/App/components/Actions/ActionPanel/ActionTitleBar/index.tsx b/apps/builder/src/page/App/components/Actions/ActionPanel/ActionTitleBar/index.tsx index ea1acf02f5..d1037d09f5 100644 --- a/apps/builder/src/page/App/components/Actions/ActionPanel/ActionTitleBar/index.tsx +++ b/apps/builder/src/page/App/components/Actions/ActionPanel/ActionTitleBar/index.tsx @@ -49,6 +49,9 @@ export const ActionTitleBar: FC = (props) => { } } + const renderButton = + runMode === "run" ? action.actionType !== "transformer" : true + useEffect(() => { // Clear the previous result when changing the selected action onActionRun(undefined) @@ -90,7 +93,7 @@ export const ActionTitleBar: FC = (props) => { >