Skip to content

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Apr 15, 2025

perf: The global organization strategy is not operational.

@fit2bot fit2bot requested a review from a team April 15, 2025 04:44
},
canUpdate: ({ row }) => {
return row.name !== 'default'
return this.$hasPerm('xpack.change_strategy') && row.name !== 'default' &&
!this.$store.getters.currentOrgIsRoot
}
}
}
Copy link
Member

Choose a reason for hiding this comment

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

The only difference I noticed is:

  • The first export default { statement should be moved to the top of the file.

This is typically done at compile time using webpack loaders (like Babel) to ensure better readability and maintainability. This change would not impact functionality but improves organization slightly.

Copy link

@baijiangjie baijiangjie merged commit bcd96c0 into dev Apr 15, 2025
6 checks passed
@baijiangjie baijiangjie deleted the pr@dev@perf_global_org_cannot_operate_strategy branch April 15, 2025 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants