Skip to content

Commit

Permalink
Merge pull request #114 from maryia-matskevich-deriv/maryia/BOT-2337
Browse files Browse the repository at this point in the history
maryia/BOT-2337/fix: [App Separation] Strategies being saved as untitled upon upload
  • Loading branch information
sandeep-deriv authored Nov 19, 2024
2 parents ac6c0e5 + d49040a commit f13c83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external/bot-skeleton/utils/local-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const saveWorkspaceToRecent = async (xml, save_type = save_types.UNSAVED)
workspaces.push({
id: workspace_id,
timestamp: current_timestamp,
name: config().default_file_name,
name: save_modal.bot_name || config().default_file_name,
xml: current_xml,
save_type,
});
Expand Down

0 comments on commit f13c83f

Please sign in to comment.