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

incorrect paper_mode value when stopping live session #1

Open
movy opened this issue Feb 21, 2023 · 0 comments
Open

incorrect paper_mode value when stopping live session #1

movy opened this issue Feb 21, 2023 · 0 comments

Comments

@movy
Copy link

movy commented Feb 21, 2023

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant