Skip to content

Commit

Permalink
Rename defaultSession to have a date with OpenSequenceDialog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 30, 2021
1 parent 96d05e6 commit 3986f0e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ const OpenSequenceDialog = ({
},
},
],
defaultSession: {
name: 'New Session ' + new Date().toLocaleString('en-US'),
},
})
setPluginManager(pm)
onClose()
Expand Down

0 comments on commit 3986f0e

Please sign in to comment.