diff --git a/src/views/Backtesting.vue b/src/views/Backtesting.vue index e59896eb..0ef27cde 100644 --- a/src/views/Backtesting.vue +++ b/src/views/Backtesting.vue @@ -10,6 +10,7 @@ :disabled="canRunBacktest" > void; - @ftbot.Action getBacktestHistory!: () => void; - @ftbot.Action removeBacktest!: () => void; @ftbot.Action stopBacktest!: () => void;