Skip to content

Commit

Permalink
[compute logs] fix truncation prefix message in ui (#28111)
Browse files Browse the repository at this point in the history
## How I Tested These Changes

![Screenshot 2025-02-27 at 4 09
05 PM](https://github.com/user-attachments/assets/c2617ad3-997c-4fed-8862-b085d8392562)
  • Loading branch information
alangenfeld authored Feb 27, 2025
1 parent 2d7e382 commit 50218dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const RawLogContent = React.memo((props: Props) => {
<RelativeContainer>
<LogContent
isSelected={true}
content={logData}
content={content}
onScrollUp={onScrollUp}
onScrollDown={hideWarning}
ref={contentContainer}
Expand Down

1 comment on commit 50218dd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-6wga87eht-elementl.vercel.app

Built with commit 50218dd.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.