Skip to content

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Mar 6, 2025

fix: User List: Fix NaN title when clicking session number in user session detail

@fit2bot fit2bot requested a review from a team March 6, 2025 09:23
@@ -115,7 +115,8 @@ export default {
drawerTitle = this.formatterArgs.getTitle({
col: this.col,
row: this.row,
cellValue: this.cellValue
cellValue: this.cellValue,
index: this.index
})
}
let title = this.cellValue?.name || drawerTitle
Copy link
Member

Choose a reason for hiding this comment

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

The code has no differences with respect to potential issues, irregularities, and optimizations.

Copy link

sonarqubecloud bot commented Mar 6, 2025

@w940853815 w940853815 merged commit 1d667ee into pam Mar 6, 2025
5 of 6 checks passed
@w940853815 w940853815 deleted the pr@pam@fix_user_session_detail_title branch March 6, 2025 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants