You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
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:
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:dashboard/src/stores/live.js
Line 130 in 34e5d79
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 containpaper_mode
status as well:dashboard/src/views/tabs/LiveTab.vue
Line 242 in 34e5d79
Cheers.
The text was updated successfully, but these errors were encountered: