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

Editing submission Q&As add quotes around the edited fields #35

Closed
nerdalert opened this issue Jul 2, 2024 · 0 comments · Fixed by #36
Closed

Editing submission Q&As add quotes around the edited fields #35

nerdalert opened this issue Jul 2, 2024 · 0 comments · Fixed by #36
Assignees
Labels
bug Something isn't working release-1.0 Issues need to be address for release 1.0

Comments

@nerdalert
Copy link
Member

For example:

 - question: h2424
    context: h244h
    answer: h24222
  - question: fds
    context: '123456789'
    answer: '1234567890'
  - question: '12345'
    context: ''
    answer: '6789'

Modifying yaml.dump in src/app/edit-submission/skill/[id]/page.tsx should resolve it.

@nerdalert nerdalert added the bug Something isn't working label Jul 2, 2024
@nerdalert nerdalert self-assigned this Jul 2, 2024
@nerdalert nerdalert added the release-1.0 Issues need to be address for release 1.0 label Jul 2, 2024
nerdalert added a commit to nerdalert/ui that referenced this issue Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release-1.0 Issues need to be address for release 1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant