restore run button in debug view (#3142)
This commit is contained in:
@@ -145,7 +145,6 @@ function WorkflowHeader({
|
|||||||
<ChevronDownIcon className="h-6 w-6" />
|
<ChevronDownIcon className="h-6 w-6" />
|
||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
{!debugStore.isDebugMode && (
|
|
||||||
<Button
|
<Button
|
||||||
size="lg"
|
size="lg"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -155,7 +154,6 @@ function WorkflowHeader({
|
|||||||
<PlayIcon className="mr-2 h-6 w-6" />
|
<PlayIcon className="mr-2 h-6 w-6" />
|
||||||
Run
|
Run
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user