backtest save by default
This commit is contained in:
@@ -93,7 +93,7 @@ const UnifiedTradingModal: React.FC<UnifiedTradingModalProps> = ({
|
|||||||
if (mode === 'backtest') {
|
if (mode === 'backtest') {
|
||||||
return {
|
return {
|
||||||
...base,
|
...base,
|
||||||
save: false,
|
save: true, // Changed from false to true
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user