Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

incorrect paper_mode value when stopping live session #1

@movy

Description

@movy

Hello,
This is related to the following issue: jesse-ai/jesse#394

I think the real problem is that when submitting DELETE request we don't have access to form fields and paper_mode is always false:

paper_mode: this.tabs[id].form.paper_mode

Probably some other way to detect whether we're in paper or live mode? After a brief look at the code, I assume results.generalInfo.paper_mode should contain paper_mode status as well:

<div class="text-sm font-semibold text-gray-900 dark:text-gray-100">{{ results.generalInfo.paper_mode }}</div>

Cheers.

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