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

Personas Settings window endless loader if Name or Instructions blank #748

Closed
unixshaman opened this issue Nov 1, 2024 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@unixshaman
Copy link

unixshaman commented Nov 1, 2024

What happened?

If in Settings CodeGPT | Personas columns Name or Instructions leave blank, after reopen Settings window it have endless loader

Relevant log output or stack trace

No response

Steps to reproduce

In Idea Settings File | Settings | Tools | CodeGPT | Personas click + and leave the column Name or Instructions blank, after reopen Settings windows, it never shows up.

Help only manually add value="Blank" in PersonaDetailsState block in userCreatedPersonas and selectedPersona

<PersonaDetailsState>
        <option name="id" value="607" />
        <option name="instructions" value="Blank"/>
        <option name="name" value="Blank" />
</PersonaDetailsState>

CodeGPT version

2.12.0

Operating System

Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant