Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Incorrect zuid copied #2038

Merged
merged 1 commit into from
May 15, 2023
Merged

FIX: Incorrect zuid copied #2038

merged 1 commit into from
May 15, 2023

Conversation

finnar-bin
Copy link
Contributor

Fixes model zuid being copied instead of the content zuid
Closes #1996

chrome-capture-2023-4-11

@finnar-bin finnar-bin requested a review from agalin920 May 11, 2023 00:17
@finnar-bin finnar-bin self-assigned this May 11, 2023
@@ -109,9 +109,9 @@ export const ContentInfo = (props) => {
<InputAdornment position="end">
<IconButton
size="small"
onClick={() => handleCopyClick(props.modelZUID)}
onClick={() => handleCopyClick(props.itemZUID || "")}
Copy link
Contributor

Choose a reason for hiding this comment

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

This OR seems a bit unnecessary. Will this ever render without an itemZUID?

@shrunyan shrunyan merged commit 81afb2c into master May 15, 2023
@shrunyan shrunyan deleted the fix/1996-incorrect-zuid-copied branch May 15, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect ZUID shown in Content Item page
3 participants