Skip to content

fix: biome lint formatting in UsersList.tsx after readOnlyUsersUI cleanup#11603

Draft
Copilot wants to merge 2 commits intochore/unleash-ai-readonlyusersui-flag-cleanupfrom
copilot/sub-pr-11460
Draft

fix: biome lint formatting in UsersList.tsx after readOnlyUsersUI cleanup#11603
Copilot wants to merge 2 commits intochore/unleash-ai-readonlyusersui-flag-cleanupfrom
copilot/sub-pr-11460

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 13, 2026

The readOnlyUsersUI flag cleanup left a multi-line useUiConfig() destructuring in UsersList.tsx that failed biome's formatter.

  • frontend/src/component/admin/users/UsersList/UsersList.tsx: Collapsed destructuring to a single line to satisfy biome formatter:
    // before
    const {
        isEnterprise,
        isOss,
    } = useUiConfig();
    
    // after
    const { isEnterprise, isOss } = useUiConfig();

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: ivarconr <158948+ivarconr@users.noreply.github.com>
Copilot AI changed the title [WIP] [11455] Clean up readOnlyUsersUI flag fix: biome lint formatting in UsersList.tsx after readOnlyUsersUI cleanup Mar 13, 2026
Copilot AI requested a review from ivarconr March 13, 2026 11:18
@gastonfournier gastonfournier moved this from New to In Progress in Issues and PRs Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

3 participants