Skip to content

Commit ec2903e

Browse files
authored
Merge pull request #98 from solid/80-mint-schedev
Fix not being able to create new SchedulableEvent
2 parents da10b1a + f67d94a commit ec2903e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schedule/schedulePane.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ module.exports = {
238238

239239
agenda.push(function () { // give the user links to the new app
240240
console.log('Finished minting new scheduler')
241+
options.newInstance = newInstance
241242
resolve(options)
242243
})
243244

0 commit comments

Comments
 (0)