Skip to content

Commit 0523236

Browse files
committed
wip
1 parent f9d235f commit 0523236

File tree

1 file changed

+1
-1
lines changed
  • console2/src/components/molecules/ProcessLogViewer

1 file changed

+1
-1
lines changed

console2/src/components/molecules/ProcessLogViewer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class ProcessLogViewer extends React.Component<Props, State> {
300300
<Button onClick={() => loadWholeLog(opts)}>Show the whole log</Button>
301301
)}
302302
<Button
303-
disabled={process === undefined}
303+
disabled={!instanceId}
304304
onClick={() => window.open(`/api/v1/process/${instanceId}/log`, '_blank')}>
305305
Raw
306306
</Button>

0 commit comments

Comments
 (0)