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