Skip to content

Fix: TestForm crashes on render and Save button remains disabled for selected quizzes #23

@rahul810050

Description

@rahul810050

Description

  1. The pageAmount computed property accesses getDataSize.questions.general
    before Firestore data-size finishes loading, causing a render-time crash.

This results in a render-time crash when opening the Create/Edit Test dialog
on a fresh load.

Image
  1. The Save button validation incorrectly applies random-quiz constraints
    to the selected quiz type, keeping the button disabled even after selecting
    valid questions.
Image

Both issues are caused by assumptions about state availability and
validation scope.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions